1. 63989eb Fix DeconvolutionLayer tolerance issues in FP16 tests by Gunes Bayir · 1 year, 5 months ago
  2. e5dafd3 Disable AddMulAdd armv7a tests by Gunes Bayir · 1 year, 5 months ago
  3. 75fb3de Fix GEMMLowp/Batched MatMul mismatches on CPU by Mohammed Suhail Munshi · 1 year, 5 months ago
  4. ae72a46 Add new operator AddMulAdd for Neon™ backend for Float/Quantized types by Gunes Bayir · 1 year, 5 months ago
  5. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 6 months ago
  6. 13bab71 Fix ClGemm crashes on unsupported data types by SiCong Li · 1 year, 6 months ago
  7. 6bcdc57 Deprecated BF16 support in DepthConvert by Pablo Marquez Tello · 1 year, 6 months ago
  8. 1b2f868 Fix CL DirectConvolutionLayer validate tests by SiCong Li · 1 year, 6 months ago
  9. 97a609b Fix GemmLowp BatchMatMul Tests to use quantized Outputs by Mohammed Suhail Munshi · 1 year, 8 months ago
  10. d158609 SVE Hard-Swish via Lookup table for quantized input by Pablo Marquez Tello · 2 years, 1 month ago
  11. a7077e9 Updateable weights in depthwise convolution by Milos Puzovic · 1 year, 8 months ago
  12. 9fc0b5c Update reinterpret tensor as 1D for CPU add by Viet-Hoa Do · 1 year, 8 months ago
  13. 6782452 Add test in GEMMLowp for batch matmul by Mohammed Suhail Munshi · 1 year, 9 months ago
  14. 304dfdb Fix Batch Matmul nightly failure by Adnan AlSinan · 1 year, 9 months ago
  15. 40b4419 Optimize CPU add layer on quantized data by Viet-Hoa Do · 1 year, 9 months ago
  16. d6b8a71 Add FP32 Neon™ swish activation by Jonathan Deakin · 1 year, 10 months ago
  17. c4f2743 Optimize Quantized/Integer Bilinear Scale for Neon™ by Gunes Bayir · 1 year, 10 months ago
  18. 926f502 Adding GELU activation by Murray Kornelsen · 2 years ago
  19. 6e09e14 INT8 Quantized MeanStdDevNorm (LayerNorm) by Murray Kornelsen · 2 years ago
  20. a4814e8 Add test case for disable Winograd on fp16 if fast-math = false by Ramy Elgammal · 1 year, 10 months ago
  21. 26c9d1a Add test for NEGEMM to test a batched matrix multiplication with variable input tensors by Adnan AlSinan · 1 year, 10 months ago
  22. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 2 years ago
  23. 9b921be Optimize add layer by considering the input tensors as 1D array by Gunes Bayir · 1 year, 11 months ago
  24. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  25. d208f4f Enable march=armv8.6-a in non multi-isa builds by Pablo Marquez Tello · 2 years ago
  26. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  27. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 4 months ago
  28. 894659a Add support for 2d and 3d indices for axis 1 by Pablo Marquez Tello · 2 years, 2 months ago
  29. d75cd8a Compute Hard-Swish with a Lookup table for qasymm8. by Pablo Marquez Tello · 2 years, 1 month ago
  30. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 2 months ago
  31. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 2 months ago
  32. f55cca5 Add LU_BOUNDED_RELU support for QSYMM16 by Pablo Marquez Tello · 2 years, 3 months ago
  33. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  34. 4c17ba9 Fix Nightly build failure by Adnan AlSinan · 2 years, 3 months ago
  35. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 4 months ago
  36. 298b2c0 Decouple castKernel by Yair Schwarzbaum · 2 years, 5 months ago
  37. c9e519d Decouple CpuDirectConv2dKernel by alerah01 · 2 years, 5 months ago
  38. ebbae94 Decouple CpuDepthwiseConv2dNativeKernel by Dana Zlotnik · 2 years, 5 months ago
  39. 256ac62 Decouple CpuGemmMatrixMultiplyKernel and CpuGemmMatrixAdditionKernel by Dana Zlotnik · 2 years, 5 months ago
  40. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  41. 6a2df88 Add kernel selection UT for submitted kernels by Dana Zlotnik · 2 years, 5 months ago
  42. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  43. 0ef2c21 Remove padding from CpuDirectConv2dKernel by Adnan AlSinan · 2 years, 5 months ago
  44. 5ae8d80 Enable kernel selection testing (Phase #1) by Giorgio Arena · 2 years, 7 months ago
  45. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 6 months ago
  46. 4d44ac8 Added support for filter size 8x8 NCHW DirectConv by Pablo Marquez Tello · 2 years, 7 months ago
  47. 8b9ce8c Increase FP16 tolerance for BatchNormalizationLayer by Freddie Liardet · 2 years, 8 months ago
  48. 69df64f Improve conv3d validation by Freddie Liardet · 2 years, 8 months ago
  49. f727ef4 Add uint8/int8 support to cpu conv3d by Freddie Liardet · 2 years, 8 months ago
  50. 841c3e9 Fix unused variable issue by Sheri Zhang · 2 years, 9 months ago
  51. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  52. ded3663 Remove padding in cpuPool2d NCHW by Freddie Liardet · 2 years, 10 months ago
  53. 8b8405a Optimize CpuScale NHWC F32/F16 by Gian Marco Iodice · 2 years, 9 months ago
  54. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  55. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  56. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  57. 9dc558f Review all shapes in datasets to account for padding removal Part 1 by Gian Marco Iodice · 3 years, 8 months ago
  58. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  59. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  60. 37a4611 Add test for validating batched-GEMM on CPU by Gian Marco Iodice · 2 years, 11 months ago
  61. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  62. a0efe69 Reintroduce implementation of NEConvolutionLayer::get_convolution_method by Michele Di Giorgio · 3 years ago
  63. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  64. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  65. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  66. e5d76e1 Increase tolerance for NEMeanStdDevNormalization by Georgios Pinitas · 3 years ago
  67. a387e27 Add in-place calculation support for CL elementwise arithmetic kernels by Sheri Zhang · 3 years ago
  68. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  69. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  70. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  71. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years ago
  72. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  73. 4dfc553 Port NEGEMM to memory injecting interface (Part 3) by Michele Di Giorgio · 3 years ago
  74. 53832b2 Port NEGEMM to memory injecting interface (Part 2) by Michele Di Giorgio · 3 years ago
  75. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago
  76. d7316eb Port NEGEMMConv2d to memory injecting interface by Michele Di Giorgio · 3 years ago
  77. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years ago
  78. 90805b8 Fixed DirectConvolutionLayer validation tests by Pablo Marquez Tello · 3 years ago
  79. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  80. 8ae3cda Revert "Implement memory injection in CpuDirectGemmConv2d" by Michele Di Giorgio · 3 years, 1 month ago
  81. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 2 months ago
  82. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 1 month ago
  83. b3be457 Implement memory injection in CpuDirectGemmConv2d by Sang-Hoon Park · 3 years, 1 month ago
  84. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  85. ed4b8a0 Fix MeanStdDevNormalizationLayer reference outputting nan for FP16 by Giorgio Arena · 3 years, 2 months ago
  86. afcbb8f Fix Pooling Layer Bug when input is 1xN size by Freddie Liardet · 3 years, 2 months ago
  87. b065437 NEON/RoiAlign/Quantized/QASYMM8_SIGNED mismatches by Manuel Bottini · 3 years, 2 months ago
  88. 4fc10b3 Turn EXPECT into ASSERT when testing invalid conditions by Michele Di Giorgio · 3 years, 2 months ago
  89. e5df1d5 [Nightly #1144] NEON/DepthwiseConvolutionLayer/Float/F16/Optimized mismatch on S10 by Manuel Bottini · 3 years, 2 months ago
  90. 223aba9 Remove stale/solved TODOs by Michele Di Giorgio · 3 years, 2 months ago
  91. e92b045 Add per-channel quantization support for CLDeconvolutionLayer by Freddie Liardet · 3 years, 2 months ago
  92. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  93. fe56edb Add padding consideration to pooling index computation by Sang-Hoon Park · 3 years, 3 months ago
  94. 63825e8 Implicit padding testing along the X axis on high priority operators by Giorgio Arena · 3 years, 3 months ago
  95. 9d061b0 Add per channel quantization support for NEDeconvolutionLayer by Freddie Liardet · 3 years, 3 months ago
  96. ca62c6f Mixed data-layout testing on high priority operators by Manuel Bottini · 3 years, 3 months ago
  97. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  98. 97e2580 Check biases pointer before referencing in CLDirectConvolutionLayer by Michele Di Giorgio · 3 years, 3 months ago
  99. ab84088 Added Qasymm8 datatype support to NEROIPoolingLayer with Tests by Suhail Munshi · 3 years, 5 months ago
  100. 10b3826 Port Arm(R) Neon(TM) Scale to new API by Manuel Bottini · 3 years, 4 months ago