1. df5bcb6 Enable fast_math on CpuGemmConvolution by Georgios Pinitas · 2 years, 11 months ago
  2. d4a5bc5 Ensure correct transformed matrices are used in CpuGemmConvolution by Georgios Pinitas · 2 years, 11 months ago
  3. fa1db17 Ensure that correct transformed matrices are used in CpuFullyConnected by Georgios Pinitas · 2 years, 11 months ago
  4. acb4d93 Fix compiler error in GCC 7.4 + Ubuntu 16 by Pablo Marquez Tello · 3 years ago
  5. 0f6ca4b Report error for unsupported non-constant weights in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  6. 6634194 Avoid over-allocation of temporary buffers within CpuWinogradConv2d by Georgios Pinitas · 3 years ago
  7. 4164814 Implement Operator API by Georgios Pinitas · 3 years ago
  8. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  9. 22f5ed5 Avoid allocation of auxiliary memory in CpuGemmConvolution by Georgios Pinitas · 3 years ago
  10. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  11. a8297fb Pass fast math flag for correct GEMM3D validation support by Georgios Pinitas · 3 years ago
  12. 69a9ac4 Expose fast_math mode for GEMM through BFloat16 by Georgios Pinitas · 3 years ago
  13. 1fa27ad Inject temporary tensors to pack in they don't exist in CpuSoftmax by Georgios Pinitas · 3 years ago
  14. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  15. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  16. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  17. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  18. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years, 1 month ago
  19. 2eb5d16 Align kernel/operator header layout by Georgios Pinitas · 3 years ago
  20. 4dfc553 Port NEGEMM to memory injecting interface (Part 3) by Michele Di Giorgio · 3 years ago
  21. d7316eb Port NEGEMMConv2d to memory injecting interface by Michele Di Giorgio · 3 years, 1 month ago
  22. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years, 1 month ago
  23. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 6 months ago
  24. 94f799e Fix incorrect memory handling in ported functions by Manuel Bottini · 3 years, 1 month ago
  25. 8ae3cda Revert "Implement memory injection in CpuDirectGemmConv2d" by Michele Di Giorgio · 3 years, 1 month ago
  26. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 2 months ago
  27. b3be457 Implement memory injection in CpuDirectGemmConv2d by Sang-Hoon Park · 3 years, 2 months ago
  28. d89e2fa Create CpuGemmDirectConv2d by Sang-Hoon Park · 3 years, 2 months ago
  29. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  30. 9e1f074 Port NEFlatten layer to a memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  31. 0c19cbd Move memory management out of CpuPooling by Michele Di Giorgio · 3 years, 2 months ago
  32. 4f7693d Rename NEGEMMAssembly to CpuGemmAssembly by Sang-Hoon Park · 3 years, 2 months ago
  33. 78e7691 Remove TODOs by Sheri Zhang · 3 years, 2 months ago
  34. ef516e8 Rename Quantization/Dequantization kernels/operators to imperative mood by Georgios Pinitas · 3 years, 2 months ago
  35. 0dc0d8e Rename PixelwiseMultiplications to Mul for simplicity by Georgios Pinitas · 3 years, 2 months ago
  36. a7a7436 Fix Depthwise failure in Cpu backend by Michalis Spyrou · 3 years, 3 months ago
  37. 562bee5 Port CpuConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  38. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  39. 327225d Port NEDirectConvolutionLayer to new API by Manuel Bottini · 3 years, 3 months ago
  40. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  41. 5f91b5d Remove alignment FIXME by Michele Di Giorgio · 3 years, 3 months ago
  42. 1e3ab42 Make CpuPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago
  43. d1dc09c Port CpuTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  44. 10b3826 Port Arm(R) Neon(TM) Scale to new API by Manuel Bottini · 3 years, 5 months ago
  45. 6b0bf99 Add CpuPRelu operators by Sang-Hoon Park · 3 years, 5 months ago
  46. 00f4dfc Port Arm(R) Neon(TM) Dequantization to new API by Manuel Bottini · 3 years, 4 months ago
  47. 0ded4c4 Port Arm(R) Neon(TM) Quantization to new API by Manuel Bottini · 3 years, 4 months ago
  48. d0b7b4b Remove valid region calculation from CpuElementwise by Sang-Hoon Park · 3 years, 4 months ago
  49. 668ccdc Add dynamic tensor support to CpuElementwise by Sang-Hoon Park · 3 years, 5 months ago
  50. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  51. 373b407 Make Softmax kernels and operator stateless by Michalis Spyrou · 3 years, 6 months ago
  52. 1928904 Make NEON Pooling kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  53. 7249f15 Rename functions/classes for elementwise unary operations by Sang-Hoon Park · 3 years, 6 months ago
  54. 6a4ebe1 CTS Failures in Android CpuAcc in Add by Teresa Charlin · 3 years, 5 months ago
  55. 63001ac Rename functions/classes for elementwise operations by Sang-Hoon Park · 3 years, 6 months ago
  56. 0094c02 Add window parameter to scheduler by Sang-Hoon Park · 3 years, 6 months ago
  57. fc6744a Make Sub kernel and operator stateless by Sheri Zhang · 3 years, 6 months ago
  58. bd2c8e1 Fix doxygen references to new kernels by Michele Di Giorgio · 3 years, 6 months ago
  59. 0f7ef8a Make memset/copy functions state-less by Georgios Pinitas · 3 years, 6 months ago
  60. 6124390 Make Add kernel and operator stateless by Sheri Zhang · 3 years, 6 months ago
  61. 61ba069 Make Concatenate kernels and operator stateless by Georgios Pinitas · 3 years, 6 months ago
  62. f8f0442 Make CpuActivation stateless by Georgios Pinitas · 3 years, 6 months ago
  63. 70eb53b Make CpuFloorKernel kernel stateless by Georgios Pinitas · 3 years, 6 months ago