1. afd38f0 Apply clang-format on repository by Felix Thomasmathibalan · 9 months ago
  2. 8562a4e Remove CommonGraphOptions from Utils target and warnings by Paolo Tricerri · 9 months ago
  3. 0d27b2e Remove legacy PostOps code by Jakub Sujak · 10 months ago
  4. 7d9a78e Remove dependency on fp16 definitions from some core include files by Matthew Bentham · 1 year, 1 month ago
  5. b75d624 Graph Fusion With Post Ops Fix by ramelg01 · 2 years, 7 months ago
  6. fb22803 Add graph level convolution fusion with post operator by Sheri Zhang · 2 years, 8 months ago
  7. 9c67d38 Remove map/unmap overhead for input/output accessor when using DummyAccessor by Giorgio Arena · 2 years, 10 months ago
  8. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  9. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  10. 2cd5b31 Remove unused CLCoreRuntimeContext by Georgios Pinitas · 3 years, 2 months ago
  11. 223aba9 Remove stale/solved TODOs by Michele Di Giorgio · 3 years, 2 months ago
  12. 402740d Add support for CLVK by Michalis Spyrou · 3 years, 2 months ago
  13. 562bee5 Port CpuConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  14. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  15. ceaa0bf Remove OpenGL ES support by Manuel Bottini · 3 years, 4 months ago
  16. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  17. 6413e49 Add DIV to Elementwise layer support at graph level by Alessandro Navone · 3 years, 5 months ago
  18. 4841c97 Add mlgo to graph examples by SiCong Li · 3 years, 5 months ago
  19. 0f7ef8a Make memset/copy functions state-less by Georgios Pinitas · 3 years, 6 months ago
  20. b56c175 Generalization of CLTuner by Manuel Bottini · 3 years, 7 months ago
  21. 4d9687e Address RVO issue on some compilers by Georgios Pinitas · 3 years, 8 months ago
  22. c53266e Remove (CL/NE)UpsampleLayer in favor to (NE/CL)Scale by Georgios Pinitas · 3 years, 7 months ago
  23. 0b1c2db Remove (NE/CL)YoloLayer support by Georgios Pinitas · 3 years, 7 months ago
  24. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 7 months ago
  25. bef7fa2 COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src by Sang-Hoon Park · 3 years, 8 months ago
  26. ebcebf1 COMPMID-3638: Move NEON kernels by Michalis Spyrou · 3 years, 8 months ago
  27. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 8 months ago
  28. d64444b Add Reduction operation layer node to graph API by thecha01 · 3 years, 10 months ago
  29. 3603aff Add L2Normalize layer node to Graph API by thecha01 · 3 years, 10 months ago
  30. e8f05da Add ArgMinMax layer node to Graph API by thecha01 · 3 years, 10 months ago
  31. 2bfadd9 Add StridedSliceLayerNode to graph API by thecha01 · 3 years, 11 months ago
  32. 0a05e6a Add DepthToSpace layer node to Graph API by thecha01 · 3 years, 10 months ago
  33. f8e3584 Add support ElementwiseMax operator in graph API by thecha01 · 4 years ago
  34. f932d2c COMPMID-3386: Support memory injection in CLConcatenate functions/kernels by Michele Di Giorgio · 4 years ago
  35. 4667ddd COMPMID-3374: Remove memory state from NEConcatenateLayer kernels by Georgios Pinitas · 4 years ago
  36. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  37. 16dddd2 COMPMID-3381: Implement graph example for YoLo v3 output detector by Sheri Zhang · 4 years, 1 month ago
  38. 0905028 COMPMID-3069: Align graph convolution implementation for CL and NEON. by Georgios Pinitas · 4 years, 2 months ago
  39. 0b192e8 COMPMID-3067: Address gcc9 failures by Georgios Pinitas · 4 years, 4 months ago
  40. f8c4749 COMPMID-3083: Add graph support for PRelu by Georgios Pinitas · 4 years, 5 months ago
  41. 07fbe37 COMPMID-2819: Enable PadLayer on NEON graph backend. by Georgios Pinitas · 4 years, 5 months ago
  42. 6e9d0e0 COMPMID-2856 Add PrintLayer at graph level by Giorgio Arena · 4 years, 6 months ago
  43. cd4e9ab COMPMID-2452: Add mnist example by Isabella Gottardi · 4 years, 8 months ago
  44. ee8cf32 COMPMID-2905: Fixed benchmark graph segfault. by Pablo Tello · 4 years, 8 months ago
  45. 5dea19e COMPMID-2579: Fuse batch normalization with convolution and depthwise convolution at graph level on NEON by Gian Marco Iodice · 4 years, 8 months ago
  46. d985378 COMPMID-2588: Optimize the output detection kernel required by MobileNet-SSD (~27% improvement) by Giuseppe Rossini · 4 years, 8 months ago
  47. 05069f0 COMPMID-2515: Merge optimized depthwise convolution to the generic depthwise convolution function by Manuel Bottini · 4 years, 9 months ago
  48. 3f8cc58 COMPMID-2813: Update the heuristic in CLDepthWiseConvolutionLayer by Gian Marco Iodice · 4 years, 9 months ago
  49. db8485a COMPMID-2205: CL runtime context. by Pablo Tello · 4 years, 9 months ago
  50. b27e13a COMPMID-2685: [CL] Use Weights manager by Michalis Spyrou · 4 years, 9 months ago
  51. 1a569a3 COMPMID-2161 [NEON] Create IWeightManager class by Michalis Spyrou · 4 years, 10 months ago
  52. 26014cf COMPMID-2649: Generalize MemoryGroup. by Georgios Pinitas · 4 years, 10 months ago
  53. a7acb3c COMPMID-1849: Implement CPPDetectionPostProcessLayer by Isabella Gottardi · 5 years ago
  54. cf3abde COMPMID-2430: Adding FusedDepthwiseConvolutionBatchNormalizationLayer condition in NEON function factory by Manuel Bottini · 5 years ago
  55. bffb41e COMPMID-2273: Fuse Batch Normalization with Depthwise Convolution layer at graph level (only for CL) by Manuel Bottini · 5 years ago
  56. 30271c7 COMPMID-2156: Optimized dilated convolution for NEON. by Georgios Pinitas · 5 years ago
  57. 09f2497 COMPMID-2109: Remove CL/NE Width/Depth ConcatenateLayer functions. by Georgios Pinitas · 5 years ago
  58. 3db1ba9 COMPMID-2362: Add Quantization Layer to the graph API by Isabella Gottardi · 5 years ago
  59. 050471e COMPMID-1974 : Extend CLTuner to support different of level of tuning by Vidhya Sudhan Loganathan · 5 years ago
  60. ec69975 COMPMID-2076: Add StackLayer to the graph API by Michele Di Giorgio · 5 years ago
  61. 0ae5de9 COMPMID-1995: Prepare Graph to support different input/output quantization info by Isabella Gottardi · 5 years ago
  62. acce504 COMPMID-1740: Fuse batch normalization with Convolution Layer at graph level by giuros01 · 5 years ago
  63. 5209be5 COMPMID-1999: Add support for GenerateProposals operator in CL by Manuel Bottini · 5 years ago
  64. bb365de Revert "COMPMID-1329: Add support for GenerateProposals operator in CL" by Giuseppe Rossini · 5 years ago
  65. 734151d COMPMID-1848: Account alignment in Offset-based pool allocations by Georgios Pinitas · 5 years ago
  66. 3de4c73 COMPMID-1883: Use buffer based manager to avoid alignment issues. by Georgios Pinitas · 5 years ago
  67. 7234ed8 COMPMID-1808: Add Detection Output Layer to the GraphAPI by Isabella Gottardi · 6 years ago
  68. 05045c1 COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWC by Georgios Pinitas · 6 years ago
  69. 3252143 COMPMID-1750: Add PriorBox operator to graph API. by Pablo Tello · 6 years ago
  70. 3f9d4d7 COMPMID-1637 - Add ROIAlign operator to the graph API by Manuel Bottini · 6 years ago
  71. 47e6fed COMPMID-1639: Add GenerateProposals to the graph API by Michele Di Giorgio · 6 years ago
  72. d2048ce COMPMID-1638 - Add BBoxTransform to the graph API by Manuel Bottini · 6 years ago
  73. f1adf11 COMPMID-1579: Add support for ChannelShuffle operator in NEON by Georgios Pinitas · 6 years ago
  74. 9da19e9 COMPMID-1605: API alignment for the MemoryManager with ARMNN by Georgios Pinitas · 6 years ago
  75. 60e9825 COMPMID-1451: Fuse activation in DepthwiseConvolution. by Georgios Pinitas · 6 years ago
  76. 08346e9 COMPMID-1451:Fuse RELU,LU_BOUNDED_RELU with requantization in NEGEMMConvolutionLayer. by Georgios Pinitas · 6 years ago
  77. e22aa13 COMPMID-1460 Create Yolo v3 graph example by Michalis Spyrou · 6 years ago
  78. 7c9541c COMPMID-1596 Create UpsampleLayer for NEON by Michalis Spyrou · 6 years ago
  79. 4bb1733 COMPMID-1603: Add PadLayer to graph API by Michele Di Giorgio · 6 years ago
  80. 4e1c3f3 COMPMID-1595 Add UpsampleLayer to graph API by Michalis Spyrou · 6 years ago
  81. c30b668 COMPMID-1576: Add SliceLayer to graph API by Michele Di Giorgio · 6 years ago
  82. 96f6769 COMPMID-1582 Add YOLOLayer to graph API by Michalis Spyrou · 6 years ago
  83. 555d110 COMPMID-1577: Add NormalizePlanarYUVLayer to graph API by Michele Di Giorgio · 6 years ago
  84. 23e2479 COMPMID-1556 - Add ReorgLayer to graph API by Gian Marco Iodice · 6 years ago
  85. fd7e853 COMPMID-1451: Print output quant info by Georgios Pinitas · 6 years ago
  86. 890ad1b COMPMID-1246: Fix bug in handling backends that can't be loaded in the Graph API by Anthony Barbier · 6 years ago
  87. 2a2db59 COMPMID-1505: Add native grouping support at graph level by Georgios Pinitas · 6 years ago
  88. b6eb353 COMPMID-1478: Stop relying on static default OpenCL objects in cl2.hpp by Anthony Barbier · 6 years ago
  89. 57c4824 MLCE-37: Adds PermuteNode support in graph by Georgios Pinitas · 6 years ago
  90. e222055 COMPMID-1367: Enable NHWC in graph examples by Georgios Pinitas · 6 years ago
  91. 7b607dc COMPMID-1400: Add command line option to specify the tuner's config file by Anthony Barbier · 6 years ago
  92. dce7bef COMPMID-1323: Added proper messages in graph NodeValidators. by Georgios Pinitas · 6 years ago
  93. da2491f COMPMID-1151: Templatize FunctionFactories. by Georgios Pinitas · 6 years ago
  94. df473ea COMPMID-1182: printf doesn't work by Georgios Pinitas · 6 years ago
  95. 087eaf6 COMPMID-1176: Adds nodes to the graph. by Georgios Pinitas · 6 years ago
  96. 88d5b22 COMPMID-1035 - Add ResneXt50 as a graph example by Isabella Gottardi · 6 years ago
  97. 59631a1 COMPMID-1104 Add fast math hint in the graph API by Giorgio Arena · 6 years ago
  98. 3d1489d COMPMID-605: Transition buffer memory manager by Georgios Pinitas · 6 years ago
  99. cac13b1 COMPMID-1097: Port mobilenet to NHWC by Georgios Pinitas · 6 years ago
  100. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago