1. c7b183a COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer by Georgios Pinitas · 4 years, 4 months ago
  2. 4715cf9 COMPMID-2760: add support for QASYMM8_SIGNED to CLGEMMConvolutionLayer by Sang-Hoon Park · 4 years, 6 months ago
  3. f29d1b7 COMPMID-2608: Enable quantization with multiplier greater than 1 on NEON by Michele Di Giorgio · 4 years, 8 months ago
  4. e7be8a0 COMPMID-2980 (Nightly) armv7a build failures by Michalis Spyrou · 4 years, 7 months ago
  5. 6e1791b COMPMID-2764: Add support for QASYMM8_SIGNED in NEConvolutionLayer. by Georgios Pinitas · 4 years, 7 months ago
  6. 7a669a8 COMPMID-2921 Performance regression on NEON Int8 by Giorgio Arena · 4 years, 8 months ago
  7. dbdea0d COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Georgios Pinitas · 4 years, 9 months ago
  8. 48b3ef8 COMPMID-2577: Fuse bias addition and activation in gemm assembly kernels by Georgios Pinitas · 4 years, 9 months ago
  9. 2ff0009 COMPMID-2661: Implement complex function dynamic tensor support. by Georgios Pinitas · 4 years, 9 months ago
  10. 1a569a3 COMPMID-2161 [NEON] Create IWeightManager class by Michalis Spyrou · 4 years, 10 months ago
  11. 4d600c7 COMPMID-2500: Report error in Int8 Conv2d if multiplier > 1. by Georgios Pinitas · 5 years ago
  12. cfa2bba COMPMID-2178: Update GEMM assembly code. by Georgios Pinitas · 5 years ago
  13. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  14. a4f378d COMPMID-1995: Fix clang-tidy warnings by Michalis Spyrou · 5 years ago
  15. da953f2 COMPMID-2098: Scope handling of memory group resources. by Georgios Pinitas · 5 years ago
  16. 2d7e683 COMPMID-1694: Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore by George Wort · 5 years ago
  17. ca1250d COMPMID-1451: Fix MemoryManager usage. by Georgios Pinitas · 6 years ago
  18. e413d25 COMPMID-1783: NEGEMMConvolutionLayer fails for QASYMM8 on 32bit by Georgios Pinitas · 6 years ago
  19. bb081ca COMPMID-1751: Remove output_3d_depth from NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint by Georgios Pinitas · 6 years ago
  20. c73e2b8 COMPMID-1451: Fix fused activation in GEMMConvolutionLayer by Georgios Pinitas · 6 years ago
  21. 3139f03 COMPMID-1736: Fixed out-of-bound write in CLIm2Col by Gian Marco Iodice · 6 years ago
  22. 4b90865 COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on OpenCL by Gian Marco Iodice · 6 years ago
  23. 08346e9 COMPMID-1451:Fuse RELU,LU_BOUNDED_RELU with requantization in NEGEMMConvolutionLayer. by Georgios Pinitas · 6 years ago
  24. 041f36d COMPMID-1446 : Add support for 3D output in NEGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  25. b3309e6 [COMPMID-1482] Auto-initialize the output tensor of im2col and col2im in NEGEMMConvolutionLayer by Giuseppe Rossini · 6 years ago
  26. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  27. db9d46d COMPMID-1485 - Add support for NHWC when running NEGEMMConvolutionLayer with FP16/QASYMM8 by Gian Marco Iodice · 6 years ago
  28. 0f17039 COMPMID-1342 Add grouping support to CLIm2ColKernel by Giorgio Arena · 6 years ago
  29. 215b4ea COMPMID-1277 - Optimizing CLIm2ColKernel for NHWC. by Gian Marco Iodice · 6 years ago
  30. 597a856 COMPMID-872 - Rework NEGEMMConvolutionLayer to use NEGEMM by Gian Marco Iodice · 6 years ago
  31. ebbb7f2 COMPMID-1188 - Fixed CLGEMMConvolutionLayer/NEGEMMConvolutionLayer for NHWC by Gian Marco Iodice · 6 years ago
  32. 71d9b57 COMPMID-1381: Cleaned up the AssemblyHelper interface by Anthony Barbier · 6 years ago
  33. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  34. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  35. 2345f43 COMPMID-1168: enabling memory manager for _gemm_output gives wrong results by Georgios Pinitas · 6 years ago
  36. e250389 COMPMID-810 Add NHWC data format support for NEON convolution by Michalis Spyrou · 6 years ago
  37. d8cde85 COMPMID-959: Assembly kernel marks weights as unused when pretranspose by Georgios Pinitas · 6 years ago
  38. 932b561 COMPMID-959: Perform pretranspose if allowed on NEON assembly by Georgios Pinitas · 6 years ago
  39. bb54e4e COMPMID-797 Integrate Mobilenet QASYMM8 with new graph. by Giorgio Arena · 6 years ago
  40. a72300a COMPMID-1051 - Fix validate method in NEGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  41. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 6 years ago
  42. 7fad9b1 COMPMID-1021: CPUInfo refactoring. by Pablo Tello · 6 years ago
  43. 1562be3 COMPMID-998: Release unused trainable parameters. by Georgios Pinitas · 6 years ago
  44. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  45. eb82fd2 COMPMID-881: RSH new arm_gemm interface. by Pablo Tello · 6 years ago
  46. b4e3e1c COMPMID-617: Add validate support for NEON FullyConnectedLayer by Ioan-Cristian Szabo · 7 years ago
  47. 6acc6ad COMPMID-846: Create a ConvolutionLayer for NEON by Isabella Gottardi · 6 years ago