1. 8a9a0fb Select kernel decoupling by Anton Vainer · 2 years, 6 months ago
  2. d5c496d Decouple CpuElementwiseKernel by Dana Zlotnik · 2 years, 7 months ago
  3. c48a3e5 Decouple CpuSoftmaxKernel by Dana Zlotnik · 2 years, 6 months ago
  4. 027bcef Decouple NEMeanStdDevNormalizationKernel by Dana Zlotnik · 2 years, 6 months ago
  5. d7e2ec5 Decouple NEInstanceNormalizationLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  6. 3475ffe Decouple NEBoundingBoxTransformKernel by Dana Zlotnik · 2 years, 6 months ago
  7. 9ae5a4e Decouple NEROIAlignLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  8. 50ce277 Decouple NEGenerateProposalsLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  9. 143310c Decouple NEMaxUnpoolingLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  10. 2761993 Crop Kernel Decoupling by alerah01 · 2 years, 7 months ago
  11. 3229171 Decouple CpuActivationKernel by Dana Zlotnik · 2 years, 7 months ago
  12. b6e49eb Update A510 arm_gemm cpu Kernels by ramelg01 · 2 years, 7 months ago
  13. bd2942d Decouple CpuAddKernel by Dana Zlotnik · 2 years, 8 months ago
  14. 9e8a770 Decouple data type for NERangeKernel by Yair Schwarzbaum · 2 years, 8 months ago
  15. b605924 Fix build error with SVE2 by Freddie Liardet · 2 years, 8 months ago
  16. 7a8cf17 Fix arm8.6-a-sve2 build issues by Freddie Liardet · 2 years, 8 months ago
  17. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  18. 487d390 Add user provided JSON operator list build by Freddie Liardet · 2 years, 9 months ago
  19. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  20. 273c28c Fix CLConv3D filelist and comments by Giorgio Arena · 2 years, 9 months ago
  21. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  22. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  23. d216f57 Update cpu depthwise kernels by Freddie Liardet · 2 years, 11 months ago
  24. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  25. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  26. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  27. ba2dd82 Benchmark and set default LWS for GEMM, Direct convolution and Winograd by Giorgio Arena · 3 years ago
  28. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years ago
  29. 529b5a2 Port ClFullyConnected to new API by Georgios Pinitas · 3 years ago
  30. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  31. 97426a7 Remove generated kernels that overlap hand-written ones by Georgios Pinitas · 3 years ago
  32. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  33. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  34. f4e84fb Port ClGemmLowp to new API by Georgios Pinitas · 3 years ago
  35. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  36. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  37. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  38. 13ef176 Improve filelist for GPU by Georgios Pinitas · 3 years ago
  39. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  40. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  41. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  42. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  43. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years ago
  44. 06ac6e4 Add basic Operator interface by Georgios Pinitas · 3 years ago
  45. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  46. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 2 months ago
  47. 4dfc553 Port NEGEMM to memory injecting interface (Part 3) by Michele Di Giorgio · 3 years ago
  48. 399f623 Port ClGemmLowpOutputStage operator to new interface by Georgios Pinitas · 3 years ago
  49. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  50. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  51. 53832b2 Port NEGEMM to memory injecting interface (Part 2) by Michele Di Giorgio · 3 years ago
  52. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago
  53. cd060c4 Rename pooling implementation folder to pool2d by Georgios Pinitas · 3 years ago
  54. 62c2ad6 Move core and runtime files to a single library by Michalis Spyrou · 3 years ago
  55. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 2 months ago
  56. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years, 1 month ago
  57. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years ago
  58. 08302c1 Add CPU discovery capabilities. by Georgios Pinitas · 3 years, 1 month ago
  59. c6f4ec3 Port CLWinogradConvolutionLayer with ClWinogradConv2d by Manuel Bottini · 3 years, 1 month ago
  60. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 2 months ago