1. cadb368 COMPMID-1995: Fixed graph fusion mutator for float types. by Georgios Pinitas · 5 years ago
  2. f52cd78 COMPMID-1995: Minor code fixes. by Georgios Pinitas · 5 years ago
  3. ec69975 COMPMID-2076: Add StackLayer to the graph API by Michele Di Giorgio · 5 years ago
  4. 0ae5de9 COMPMID-1995: Prepare Graph to support different input/output quantization info by Isabella Gottardi · 5 years ago
  5. 3dd5b68 COMPMID-1933: Implement NEHeightConcatenateLayer. by Pablo Tello · 5 years ago
  6. 749021a COMPMID-1995: Revert fusing convolution to batch norm due to performance regressions by giuros01 · 5 years ago
  7. a42f55f COMPMID-1995: Allow weights and bias to be passed as SubStream in FullyConnectedLayer by Michele Di Giorgio · 5 years ago
  8. acce504 COMPMID-1740: Fuse batch normalization with Convolution Layer at graph level by giuros01 · 5 years ago
  9. efc4a2d COMPMID-1995: Fix call_all_input_node_accessors by Michele Di Giorgio · 5 years ago
  10. fb68ca1 COMPMID-1490 Create graph_convolution.cpp by John Kesapides · 5 years ago
  11. 7097e3c COMPMID-1601: Graph examples segfaulting on some platform when gles=1 by Georgios Pinitas · 5 years ago
  12. 5209be5 COMPMID-1999: Add support for GenerateProposals operator in CL by Manuel Bottini · 5 years ago
  13. bb365de Revert "COMPMID-1329: Add support for GenerateProposals operator in CL" by Giuseppe Rossini · 5 years ago
  14. 734151d COMPMID-1848: Account alignment in Offset-based pool allocations by Georgios Pinitas · 5 years ago
  15. 3de4c73 COMPMID-1883: Use buffer based manager to avoid alignment issues. by Georgios Pinitas · 5 years ago
  16. b4af2c6 COMPMID-1710: Fixes in StrideSlice calculations. by Georgios Pinitas · 6 years ago
  17. 7234ed8 COMPMID-1808: Add Detection Output Layer to the GraphAPI by Isabella Gottardi · 6 years ago
  18. 3ba0ab1 COMPMID-1710: Avoid undefined behavior in GCC 8.2 by Georgios Pinitas · 6 years ago
  19. 05045c1 COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWC by Georgios Pinitas · 6 years ago
  20. 1d7cbb9 COMPMID-1451: Accept GC instead of GLES as a target in graph tests. by Georgios Pinitas · 6 years ago
  21. 323ce0f COMPMID-1819 Add option to build library with -fno-exceptions by Michalis Spyrou · 6 years ago
  22. 3252143 COMPMID-1750: Add PriorBox operator to graph API. by Pablo Tello · 6 years ago
  23. c8df89f COMPMID-1451: (3RDPARTY_UPDATE) Fixes for GenerateProposals graph node and BoxWithNMSLimitKernel by Michele Di Giorgio · 6 years ago
  24. 3f9d4d7 COMPMID-1637 - Add ROIAlign operator to the graph API by Manuel Bottini · 6 years ago
  25. 47e6fed COMPMID-1639: Add GenerateProposals to the graph API by Michele Di Giorgio · 6 years ago
  26. 1c32bf396 COMPMID-1451: Perform fusion before GroupConvolution unrolling by Georgios Pinitas · 6 years ago
  27. 54c92fd COMPMID-1451: Remove unused code. by Georgios Pinitas · 6 years ago
  28. d2048ce COMPMID-1638 - Add BBoxTransform to the graph API by Manuel Bottini · 6 years ago
  29. f1adf11 COMPMID-1579: Add support for ChannelShuffle operator in NEON by Georgios Pinitas · 6 years ago
  30. 9da19e9 COMPMID-1605: API alignment for the MemoryManager with ARMNN by Georgios Pinitas · 6 years ago
  31. 60e9825 COMPMID-1451: Fuse activation in DepthwiseConvolution. by Georgios Pinitas · 6 years ago
  32. 08346e9 COMPMID-1451:Fuse RELU,LU_BOUNDED_RELU with requantization in NEGEMMConvolutionLayer. by Georgios Pinitas · 6 years ago
  33. afbc5ff COMPMID-1621 Deconvolution wrong output calculation by Michalis Spyrou · 6 years ago
  34. e22aa13 COMPMID-1460 Create Yolo v3 graph example by Michalis Spyrou · 6 years ago
  35. 7c9541c COMPMID-1596 Create UpsampleLayer for NEON by Michalis Spyrou · 6 years ago
  36. 4bb1733 COMPMID-1603: Add PadLayer to graph API by Michele Di Giorgio · 6 years ago
  37. 4e1c3f3 COMPMID-1595 Add UpsampleLayer to graph API by Michalis Spyrou · 6 years ago
  38. c30b668 COMPMID-1576: Add SliceLayer to graph API by Michele Di Giorgio · 6 years ago
  39. 96f6769 COMPMID-1582 Add YOLOLayer to graph API by Michalis Spyrou · 6 years ago
  40. 555d110 COMPMID-1577: Add NormalizePlanarYUVLayer to graph API by Michele Di Giorgio · 6 years ago
  41. 23e2479 COMPMID-1556 - Add ReorgLayer to graph API by Gian Marco Iodice · 6 years ago
  42. fd7e853 COMPMID-1451: Print output quant info by Georgios Pinitas · 6 years ago
  43. 2aa0ec4 COMPMID-1246 Fix mobilenet QASYMM8 on CL by Giorgio Arena · 6 years ago
  44. 890ad1b COMPMID-1246: Fix bug in handling backends that can't be loaded in the Graph API by Anthony Barbier · 6 years ago
  45. 2a2db59 COMPMID-1505: Add native grouping support at graph level by Georgios Pinitas · 6 years ago
  46. b6eb353 COMPMID-1478: Stop relying on static default OpenCL objects in cl2.hpp by Anthony Barbier · 6 years ago
  47. dff601d COMPMID-1488 - Add support for NHWC when running CLGEMMConvolutionLayer with QASYMM8 by Gian Marco Iodice · 6 years ago
  48. 195b0ba MLCE-36: FC tranpose weights by Georgios Pinitas · 6 years ago
  49. 57c4824 MLCE-37: Adds PermuteNode support in graph by Georgios Pinitas · 6 years ago
  50. 4cb3909 COMPMID-1439: Fix invalidation of iterator while iterating by Georgios Pinitas · 6 years ago
  51. c55cef1 COMPMID-1188: Expose FullyConnectedLayer info metadata at graph level by Georgios Pinitas · 6 years ago
  52. 201cea1 COMPMID-1290 - Update CLTuner documentation by Gian Marco Iodice · 6 years ago
  53. 2f1366a COMPMID-1188: Add quantization info support in graph FC layer. by Georgios Pinitas · 6 years ago
  54. e222055 COMPMID-1367: Enable NHWC in graph examples by Georgios Pinitas · 6 years ago
  55. 7d66a8e COMPMID-1386: Add support for converting weights for CL. by Georgios Pinitas · 6 years ago
  56. 6f109bd COMPMID-1409: Disable BN + Act fusion in the graph if activation is not supported by Georgios Pinitas · 6 years ago
  57. 7b607dc COMPMID-1400: Add command line option to specify the tuner's config file by Anthony Barbier · 6 years ago
  58. 12be7ab COMPMID-1310: Create graph validation executables. by Georgios Pinitas · 6 years ago
  59. 3a3b431 COMPMID-1378: Graph: bias in FullyConnectedLayer should always have data type S32 by Michele Di Giorgio · 6 years ago
  60. dce7bef COMPMID-1323: Added proper messages in graph NodeValidators. by Georgios Pinitas · 6 years ago
  61. b7a2023 COMPMID-1358: Debug FB's graph example on Android. by Georgios Pinitas · 6 years ago
  62. d3a78ab COMPMID-1283: (GitHub issue) after convolution output data is zero by Georgios Pinitas · 6 years ago
  63. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  64. da2491f COMPMID-1151: Templatize FunctionFactories. by Georgios Pinitas · 6 years ago
  65. df473ea COMPMID-1182: printf doesn't work by Georgios Pinitas · 6 years ago
  66. 087eaf6 COMPMID-1176: Adds nodes to the graph. by Georgios Pinitas · 6 years ago
  67. 88d5b22 COMPMID-1035 - Add ResneXt50 as a graph example by Isabella Gottardi · 6 years ago
  68. 59631a1 COMPMID-1104 Add fast math hint in the graph API by Giorgio Arena · 6 years ago
  69. 3d1489d COMPMID-605: Transition buffer memory manager by Georgios Pinitas · 6 years ago
  70. aa3240d COMPMID-959: Fixed Clang-tidy error by Anthony Barbier · 6 years ago
  71. 5c2fb3f COMPMID-997: Add support for node's name in GraphAPI. by Georgios Pinitas · 6 years ago
  72. cac13b1 COMPMID-1097: Port mobilenet to NHWC by Georgios Pinitas · 6 years ago
  73. e043767 COMPMID-920: Introduce prepare() stage by Georgios Pinitas · 6 years ago
  74. ae70072 COMPMID-959: Fail when graph is already registered by Georgios Pinitas · 6 years ago
  75. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago
  76. 82b5148 COMPMID-959: Sets memory manager to CLWinograd by Georgios Pinitas · 6 years ago
  77. bb54e4e COMPMID-797 Integrate Mobilenet QASYMM8 with new graph. by Giorgio Arena · 6 years ago
  78. a1be5ba COMPMID-959: Number of threads was overwritten in benchmark_graph tests by Anthony Barbier · 6 years ago
  79. d9eb275 COMPMID-797: Switch to new graph. by Georgios Pinitas · 6 years ago
  80. c0d1c86 COMPMID-734: CLTuner rework by Georgios Pinitas · 6 years ago
  81. ed99f41 COMPMID-1018 - Add Winograd support in VGG16 and Alexnet examples by Gian Marco Iodice · 6 years ago
  82. 8b81195 COMPMID-978 Load/Store tuning data from file (Part2) by Anthony Barbier · 6 years ago
  83. 8db8318 COMPMID-978 Load/Store tuning data from file by Anthony Barbier · 6 years ago
  84. b4e3e1c COMPMID-617: Add validate support for NEON FullyConnectedLayer by Ioan-Cristian Szabo · 7 years ago
  85. 7ef9018 COMPMID-765: Add Winograd Convolution Hint for NEON Convolution by Georgios Pinitas · 6 years ago
  86. 8913d8d COMPMID-915: Create ResNet50 example by Alex Gilday · 6 years ago
  87. 931b489 Revert "COMPMID-915: Create ResNet50 example" by Anthony Barbier · 6 years ago
  88. 7bfb199 COMPMID-915: Create ResNet50 example by Alex Gilday · 6 years ago
  89. dde9ec9 COMPMID-909: Enabling in-place computation for batchnormalization and activation at graph level by Michele Di Giorgio · 6 years ago
  90. e3fba0a COMPMID-925: Enabling OpenCL tuner in the graph examples by Michele Di Giorgio · 6 years ago
  91. 1167487 COMPMID-897 Merge batch normalization with bounded relu by Giorgio Arena · 6 years ago
  92. 240beb7 COMPMID-765: Fixes DepthwiseConvolution weights shape by Georgios Pinitas · 6 years ago
  93. 4074c99 COMPMID-873: Integrate RSH NEON Depthwise Convolution routine by Georgios Pinitas · 6 years ago
  94. 36a0a46 COMPMID-748 - Integrating optimized SGEMM for bifrost by Gian Marco · 6 years ago
  95. 652bde5 COMPMID-674 - Create Google InceptionV3 example by Georgios Pinitas · 6 years ago
  96. a66eaa2 COMPMID-752 Creating an example for QASYMM8 MobileNet by Giorgio Arena · 7 years ago
  97. 1250a5a COMPMID-767 : Propagate hints to subgraph. by Georgios Pinitas · 6 years ago
  98. 284c204 COMPMID-556: Allocate trainable data tensor after configuration by Georgios Pinitas · 7 years ago
  99. 04a8f8c COMPMID-692 Consistent names for the interfaces by Giorgio Arena · 7 years ago
  100. 236bfe7 COMPIMID-553: MobileNet use case. by Georgios Pinitas · 7 years ago