1. 9dc558f Review all shapes in datasets to account for padding removal Part 1 by Gian Marco Iodice · 3 years, 8 months ago
  2. aed61f2 Fix CLNormalizationLayer NCHW border calculation by SiCongLi · 2 years, 10 months ago
  3. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago
  4. 511771f Remove padding from ClScaleKernel by Giorgio Arena · 2 years, 11 months ago
  5. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  6. f5d51f3 Retain weights in ClGemm when reconfiguring the operator with retention by Georgios Pinitas · 2 years, 11 months ago
  7. 37a4611 Add test for validating batched-GEMM on CPU by Gian Marco Iodice · 2 years, 11 months ago
  8. 7c29657 increase CL/BatchNormalizationLayer Fp16 absolute threshold by Gunes Bayir · 2 years, 11 months ago
  9. 38ce29d Fix CL direct conv layer test FP32 absolute tolerance issue by Gunes Bayir · 2 years, 11 months ago
  10. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  11. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years ago
  12. a0efe69 Reintroduce implementation of NEConvolutionLayer::get_convolution_method by Michele Di Giorgio · 3 years ago
  13. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  14. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  15. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  16. 6575ef8 Fix formatting issue with blank profiler header by Freddie Liardet · 3 years ago
  17. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  18. 59fd7a7 Add layer data to JSON output by Freddie Liardet · 3 years ago
  19. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  20. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  21. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  22. e5d76e1 Increase tolerance for NEMeanStdDevNormalization by Georgios Pinitas · 3 years ago
  23. a387e27 Add in-place calculation support for CL elementwise arithmetic kernels by Sheri Zhang · 3 years ago
  24. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  25. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  26. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  27. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years ago
  28. 5e28181 Fix manual LOOP_UNROLLING by Gian Marco Iodice · 3 years ago
  29. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  30. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  31. 4dfc553 Port NEGEMM to memory injecting interface (Part 3) by Michele Di Giorgio · 3 years ago
  32. bc4e311 Implement FP GPU depthwise convolution 1x1 kernel for in-place computation by SiCongLi · 3 years ago
  33. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  34. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  35. 53832b2 Port NEGEMM to memory injecting interface (Part 2) by Michele Di Giorgio · 3 years ago
  36. 72b5687 Enable global pooling optimization on OpenCL by Gian Marco Iodice · 3 years ago
  37. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago
  38. d7316eb Port NEGEMMConv2d to memory injecting interface by Michele Di Giorgio · 3 years, 1 month ago
  39. 5f6fdc1 Rework gemmlowp reshaped_only_rhs using the new macros by Giorgio Arena · 3 years, 1 month ago
  40. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  41. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years, 1 month ago
  42. 1d35927 Add in-place computation for elementwise operations by Sheri Zhang · 3 years, 1 month ago
  43. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years ago
  44. ef5aac6 Add FP16 support to CLRemap by Freddie Liardet · 3 years, 1 month ago
  45. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 5 months ago
  46. b014c27 Unused variables in Winograd tests by Manuel Bottini · 3 years, 1 month ago
  47. 90805b8 Fixed DirectConvolutionLayer validation tests by Pablo Marquez Tello · 3 years, 1 month ago
  48. 08302c1 Add CPU discovery capabilities. by Georgios Pinitas · 3 years, 1 month ago
  49. c6f4ec3 Port CLWinogradConvolutionLayer with ClWinogradConv2d by Manuel Bottini · 3 years, 1 month ago
  50. 36dff9f Add NHWC support to CLRemap by Frederick Liardet · 3 years, 2 months ago
  51. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  52. 8ae3cda Revert "Implement memory injection in CpuDirectGemmConv2d" by Michele Di Giorgio · 3 years, 1 month ago
  53. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 2 months ago
  54. 2098445 Fix bug in PReluLayer when input is 1xN size by Freddie Liardet · 3 years, 2 months ago
  55. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 1 month ago
  56. b3be457 Implement memory injection in CpuDirectGemmConv2d by Sang-Hoon Park · 3 years, 1 month ago
  57. f733e03 DirectConvolutionLayer create image failure by Manuel Bottini · 3 years, 1 month ago
  58. 4403ed3 Add support for dynamic weights in CL FullyConnected layer by Giorgio Arena · 3 years, 2 months ago
  59. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  60. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  61. f3c5259 Remove padding from NERemapKernel by Manuel Bottini · 3 years, 2 months ago
  62. 72ee9b4 Add unit-test for non-const weights on Fully Connected layers by Georgios Pinitas · 3 years, 2 months ago
  63. ed4b8a0 Fix MeanStdDevNormalizationLayer reference outputting nan for FP16 by Giorgio Arena · 3 years, 2 months ago
  64. afcbb8f Fix Pooling Layer Bug when input is 1xN size by Freddie Liardet · 3 years, 2 months ago
  65. fd83bc8 Fix GEMMLowp output stage validation crash when input's first dimension == 1 by Giorgio Arena · 3 years, 2 months ago
  66. c2d0e20 Fix bug in Select operator when input is 1xN by Freddie Liardet · 3 years, 2 months ago
  67. b065437 NEON/RoiAlign/Quantized/QASYMM8_SIGNED mismatches by Manuel Bottini · 3 years, 2 months ago
  68. ee22030 Adding S32 Support to NEG operator in CLElementwiseUnaryLayer by Suhail Munshi · 3 years, 2 months ago
  69. 5a44b3b Remove add padding test on weights fot CL DirectConvolutionLayer by Manuel Bottini · 3 years, 2 months ago
  70. 2ba39b6 Fix missing DATA_TYPE in DOT_PRODUCT4_INTEGER8 OpenCL macro by Gian Marco Iodice · 3 years, 2 months ago
  71. 448cb45 Adding S32 support to CLPixelWiseMultiplication by Suhail Munshi · 3 years, 2 months ago
  72. 4fc10b3 Turn EXPECT into ASSERT when testing invalid conditions by Michele Di Giorgio · 3 years, 2 months ago
  73. e5df1d5 [Nightly #1144] NEON/DepthwiseConvolutionLayer/Float/F16/Optimized mismatch on S10 by Manuel Bottini · 3 years, 2 months ago
  74. 3ecf9fe Remove OpenCL padding: CLReductionOperationKernel by Giorgio Arena · 3 years, 2 months ago
  75. 223aba9 Remove stale/solved TODOs by Michele Di Giorgio · 3 years, 2 months ago
  76. c3c352e Add Queue support by Georgios Pinitas · 3 years, 4 months ago
  77. 660eea4 Properly parse clvk option in validate examples by Michalis Spyrou · 3 years, 2 months ago
  78. e92b045 Add per-channel quantization support for CLDeconvolutionLayer by Freddie Liardet · 3 years, 2 months ago
  79. 40471d1 Add optimization for global pooling in pooling_layer.cl by Gian Marco Iodice · 3 years, 2 months ago
  80. dd2d013 Fix bug on CLPixelWiseMultiplication broadcasted for Quantized types by Giorgio Arena · 3 years, 2 months ago
  81. 402740d Add support for CLVK by Michalis Spyrou · 3 years, 2 months ago
  82. bff2f9f Remove unused yolo_layer OpenCL kernel by Michele Di Giorgio · 3 years, 2 months ago
  83. ada6cbc Remove OpenCL padding: CLPixelWiseMultiplicationKernel by Giorgio Arena · 3 years, 3 months ago
  84. ae1c9fe Added S32 Integer support to DIV operator in CLElementWiseOperations with Tests by Suhail Munshi · 3 years, 3 months ago
  85. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  86. c6fcfb4 Add Tensor related utilities to the new API by Sang-Hoon Park · 3 years, 3 months ago
  87. fe56edb Add padding consideration to pooling index computation by Sang-Hoon Park · 3 years, 3 months ago
  88. 9a81cd8 Fix bug on Implicit Padding for NEON FFT2D by Manuel Bottini · 3 years, 3 months ago
  89. ebbb6f9 Add Implicit Padding in DirectConvolution Fixture by Giorgio Arena · 3 years, 3 months ago
  90. 5d75d4a Fix validation bug in release mode for armv7 by Giorgio Arena · 3 years, 3 months ago
  91. c771321 Removes redundant std::move of temporary by Georgios Pinitas · 3 years, 3 months ago
  92. e5e61bd Fix NeDepthwiseConvolution bad_alloc issue by Sheri Zhang · 3 years, 3 months ago
  93. 035004e Add support for a global allocator for OpenCL tensors by Georgios Pinitas · 3 years, 3 months ago
  94. 21c2895 Remove OpenCL padding: CLNormalizationLayerKernel by Manuel Bottini · 3 years, 3 months ago
  95. 3dca91b Disallow padding addittion when operating on CL images by Georgios Pinitas · 3 years, 3 months ago
  96. 63825e8 Implicit padding testing along the X axis on high priority operators by Giorgio Arena · 3 years, 3 months ago
  97. d340eb2 Skip tests that expect exception when asserts are off by Michele Di Giorgio · 3 years, 3 months ago
  98. 9d061b0 Add per channel quantization support for NEDeconvolutionLayer by Freddie Liardet · 3 years, 3 months ago
  99. 37d65e4 Review all shapes in datasets to account for padding removal Part 2 by SiCong Li · 3 years, 8 months ago
  100. 3f26ef4 Add tensor related data structures for the new API by Georgios Pinitas · 3 years, 4 months ago