aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-09-07Add support for non-constant weights and biases in CpuFullyConnectedMichele Di Giorgio
2021-09-03Review all shapes in datasets to account for padding removal Part 1Gian Marco Iodice
2021-09-03Fix CLNormalizationLayer NCHW border calculationSiCongLi
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-08-23Remove padding from ClScaleKernelGiorgio Arena
2021-08-20Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2dGeorgios Pinitas
2021-08-18Retain weights in ClGemm when reconfiguring the operator with retentionGeorgios Pinitas
2021-08-13Add test for validating batched-GEMM on CPUGian Marco Iodice
2021-08-13increase CL/BatchNormalizationLayer Fp16 absolute thresholdGunes Bayir
2021-08-04Fix CL direct conv layer test FP32 absolute tolerance issueGunes Bayir
2021-08-04Implement Operator APIGeorgios Pinitas
2021-08-02Port CLConvolutionLayerSheri Zhang
2021-07-30Reintroduce implementation of NEConvolutionLayer::get_convolution_methodMichele Di Giorgio
2021-07-29Port NEConvolutionLayerMichalis Spyrou
2021-07-27Port CLGEMMConvolutionLayerManuel Bottini
2021-07-23Port NEFullyConnectedLayer to memory injecting interfaceMichele Di Giorgio
2021-07-23Fix formatting issue with blank profiler headerFreddie Liardet
2021-07-22Update GEMM assembly kernelsGeorgios Pinitas
2021-07-19Add layer data to JSON outputFreddie Liardet
2021-07-16Port CLIm2ColKernel to ClIm2ColKernelManuel Bottini
2021-07-15Port NEGEMMConvolutionLayerManuel Bottini
2021-07-15Port CLCol2ImKernel to ClCol2ImKernelManuel Bottini
2021-07-14Increase tolerance for NEMeanStdDevNormalizationGeorgios Pinitas
2021-07-13Add in-place calculation support for CL elementwise arithmetic kernelsSheri Zhang
2021-07-13Port NEWinogradConvolutionLayerMichalis Spyrou
2021-07-09Port NECol2ImKernelManuel Bottini
2021-07-08Remove redundant implementations of Add/Sub operatorsGeorgios Pinitas
2021-07-08Port NEGEMMLowp Part 2Manuel Bottini
2021-07-06Fix manual LOOP_UNROLLINGGian Marco Iodice
2021-07-06Port NEIm2ColKernelManuel Bottini
2021-07-02Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-07-02Port NEGEMM to memory injecting interface (Part 3)Michele Di Giorgio
2021-07-02Implement FP GPU depthwise convolution 1x1 kernel for in-place computationSiCongLi
2021-06-30Revert "Rework OpenCL Depthwise Convolution"Gian Marco Iodice
2021-06-29Port the ClGemmLowp kernels to the new APIGeorgios Pinitas
2021-06-29Port NEGEMM to memory injecting interface (Part 2)Michele Di Giorgio
2021-06-29Enable global pooling optimization on OpenCLGian Marco Iodice
2021-06-29Port NEGEMM to memory injecting interface (Part 1)Michele Di Giorgio
2021-06-25Port NEGEMMConv2d to memory injecting interfaceMichele Di Giorgio
2021-06-24Rework gemmlowp reshaped_only_rhs using the new macrosGiorgio Arena
2021-06-24Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-06-23Create core library using high priority operatorsMichalis Spyrou
2021-06-23Add in-place computation for elementwise operationsSheri Zhang
2021-06-22Port NEGEMMLowp Part 1Manuel Bottini
2021-06-22Add FP16 support to CLRemapFreddie Liardet
2021-06-18Integrate improved CPU depthwise convolution kernelsMichele Di Giorgio
2021-06-18Unused variables in Winograd testsManuel Bottini
2021-06-18Fixed DirectConvolutionLayer validation testsPablo Marquez Tello
2021-06-15Add CPU discovery capabilities.Georgios Pinitas
2021-06-15Port CLWinogradConvolutionLayer with ClWinogradConv2dManuel Bottini