1. 4e1c3f3 COMPMID-1595 Add UpsampleLayer to graph API by Michalis Spyrou · 6 years ago
  2. c30b668 COMPMID-1576: Add SliceLayer to graph API by Michele Di Giorgio · 6 years ago
  3. 96f6769 COMPMID-1582 Add YOLOLayer to graph API by Michalis Spyrou · 6 years ago
  4. 555d110 COMPMID-1577: Add NormalizePlanarYUVLayer to graph API by Michele Di Giorgio · 6 years ago
  5. 23e2479 COMPMID-1556 - Add ReorgLayer to graph API by Gian Marco Iodice · 6 years ago
  6. fd7e853 COMPMID-1451: Print output quant info by Georgios Pinitas · 6 years ago
  7. 2aa0ec4 COMPMID-1246 Fix mobilenet QASYMM8 on CL by Giorgio Arena · 6 years ago
  8. 890ad1b COMPMID-1246: Fix bug in handling backends that can't be loaded in the Graph API by Anthony Barbier · 6 years ago
  9. 2a2db59 COMPMID-1505: Add native grouping support at graph level by Georgios Pinitas · 6 years ago
  10. b6eb353 COMPMID-1478: Stop relying on static default OpenCL objects in cl2.hpp by Anthony Barbier · 6 years ago
  11. dff601d COMPMID-1488 - Add support for NHWC when running CLGEMMConvolutionLayer with QASYMM8 by Gian Marco Iodice · 6 years ago
  12. 195b0ba MLCE-36: FC tranpose weights by Georgios Pinitas · 6 years ago
  13. 57c4824 MLCE-37: Adds PermuteNode support in graph by Georgios Pinitas · 6 years ago
  14. 4cb3909 COMPMID-1439: Fix invalidation of iterator while iterating by Georgios Pinitas · 6 years ago
  15. c55cef1 COMPMID-1188: Expose FullyConnectedLayer info metadata at graph level by Georgios Pinitas · 6 years ago
  16. 201cea1 COMPMID-1290 - Update CLTuner documentation by Gian Marco Iodice · 6 years ago
  17. 2f1366a COMPMID-1188: Add quantization info support in graph FC layer. by Georgios Pinitas · 6 years ago
  18. e222055 COMPMID-1367: Enable NHWC in graph examples by Georgios Pinitas · 6 years ago
  19. 7d66a8e COMPMID-1386: Add support for converting weights for CL. by Georgios Pinitas · 6 years ago
  20. 6f109bd COMPMID-1409: Disable BN + Act fusion in the graph if activation is not supported by Georgios Pinitas · 6 years ago
  21. 7b607dc COMPMID-1400: Add command line option to specify the tuner's config file by Anthony Barbier · 6 years ago
  22. 12be7ab COMPMID-1310: Create graph validation executables. by Georgios Pinitas · 6 years ago
  23. 3a3b431 COMPMID-1378: Graph: bias in FullyConnectedLayer should always have data type S32 by Michele Di Giorgio · 6 years ago
  24. dce7bef COMPMID-1323: Added proper messages in graph NodeValidators. by Georgios Pinitas · 6 years ago
  25. b7a2023 COMPMID-1358: Debug FB's graph example on Android. by Georgios Pinitas · 6 years ago
  26. d3a78ab COMPMID-1283: (GitHub issue) after convolution output data is zero by Georgios Pinitas · 6 years ago
  27. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  28. da2491f COMPMID-1151: Templatize FunctionFactories. by Georgios Pinitas · 6 years ago
  29. df473ea COMPMID-1182: printf doesn't work by Georgios Pinitas · 6 years ago
  30. 087eaf6 COMPMID-1176: Adds nodes to the graph. by Georgios Pinitas · 6 years ago
  31. 88d5b22 COMPMID-1035 - Add ResneXt50 as a graph example by Isabella Gottardi · 6 years ago
  32. 59631a1 COMPMID-1104 Add fast math hint in the graph API by Giorgio Arena · 6 years ago
  33. 3d1489d COMPMID-605: Transition buffer memory manager by Georgios Pinitas · 6 years ago
  34. aa3240d COMPMID-959: Fixed Clang-tidy error by Anthony Barbier · 6 years ago
  35. 5c2fb3f COMPMID-997: Add support for node's name in GraphAPI. by Georgios Pinitas · 6 years ago
  36. cac13b1 COMPMID-1097: Port mobilenet to NHWC by Georgios Pinitas · 6 years ago
  37. e043767 COMPMID-920: Introduce prepare() stage by Georgios Pinitas · 6 years ago
  38. ae70072 COMPMID-959: Fail when graph is already registered by Georgios Pinitas · 6 years ago
  39. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago
  40. 82b5148 COMPMID-959: Sets memory manager to CLWinograd by Georgios Pinitas · 6 years ago
  41. bb54e4e COMPMID-797 Integrate Mobilenet QASYMM8 with new graph. by Giorgio Arena · 6 years ago
  42. a1be5ba COMPMID-959: Number of threads was overwritten in benchmark_graph tests by Anthony Barbier · 6 years ago
  43. d9eb275 COMPMID-797: Switch to new graph. by Georgios Pinitas · 6 years ago
  44. c0d1c86 COMPMID-734: CLTuner rework by Georgios Pinitas · 6 years ago
  45. ed99f41 COMPMID-1018 - Add Winograd support in VGG16 and Alexnet examples by Gian Marco Iodice · 6 years ago
  46. 8b81195 COMPMID-978 Load/Store tuning data from file (Part2) by Anthony Barbier · 6 years ago
  47. 8db8318 COMPMID-978 Load/Store tuning data from file by Anthony Barbier · 6 years ago
  48. b4e3e1c COMPMID-617: Add validate support for NEON FullyConnectedLayer by Ioan-Cristian Szabo · 7 years ago
  49. 7ef9018 COMPMID-765: Add Winograd Convolution Hint for NEON Convolution by Georgios Pinitas · 6 years ago
  50. 8913d8d COMPMID-915: Create ResNet50 example by Alex Gilday · 6 years ago
  51. 931b489 Revert "COMPMID-915: Create ResNet50 example" by Anthony Barbier · 6 years ago
  52. 7bfb199 COMPMID-915: Create ResNet50 example by Alex Gilday · 6 years ago
  53. dde9ec9 COMPMID-909: Enabling in-place computation for batchnormalization and activation at graph level by Michele Di Giorgio · 6 years ago
  54. e3fba0a COMPMID-925: Enabling OpenCL tuner in the graph examples by Michele Di Giorgio · 6 years ago
  55. 1167487 COMPMID-897 Merge batch normalization with bounded relu by Giorgio Arena · 6 years ago
  56. 240beb7 COMPMID-765: Fixes DepthwiseConvolution weights shape by Georgios Pinitas · 6 years ago
  57. 4074c99 COMPMID-873: Integrate RSH NEON Depthwise Convolution routine by Georgios Pinitas · 6 years ago
  58. 36a0a46 COMPMID-748 - Integrating optimized SGEMM for bifrost by Gian Marco · 6 years ago
  59. 652bde5 COMPMID-674 - Create Google InceptionV3 example by Georgios Pinitas · 6 years ago
  60. a66eaa2 COMPMID-752 Creating an example for QASYMM8 MobileNet by Giorgio Arena · 7 years ago
  61. 1250a5a COMPMID-767 : Propagate hints to subgraph. by Georgios Pinitas · 7 years ago
  62. 284c204 COMPMID-556: Allocate trainable data tensor after configuration by Georgios Pinitas · 7 years ago
  63. 04a8f8c COMPMID-692 Consistent names for the interfaces by Giorgio Arena · 7 years ago
  64. 236bfe7 COMPIMID-553: MobileNet use case. by Georgios Pinitas · 7 years ago
  65. 7bfe4c5 COMPMID-554 Add Nodes by Michalis Spyrou · 7 years ago
  66. b28f29d COMPMID-652 - Graph examples shouldn't need to link against OpenCL by Isabella Gottardi · 7 years ago
  67. d03006a COMPMID-556 - Fix BatchNormalizationLayer (set weights target) by Isabella Gottardi · 7 years ago
  68. 97988a4 COMPMID-657 - Add PPMAccessor and TopNPredictionsAccessor to SqueezeNet by Isabella Gottardi · 7 years ago
  69. d0f7099 COMPMID-556 - Fix LOG_GRAPH_INFO Message in CLSimpleOperations by Isabella Gottardi · 7 years ago
  70. ed194b1 COMPMID-556 Add macro for checking graph's tensor object by Michalis Spyrou · 7 years ago
  71. 27c9efb COMPMID-554 Add Nodes by Michalis Spyrou · 7 years ago
  72. 407c3e6 COMPMID-630: Rework nodes by Georgios Pinitas · 7 years ago
  73. 0c29cd3 COMPMID-630 : Rework nodes for selective target compilation. by Georgios Pinitas · 7 years ago
  74. 7d3d1b9 COMPMID-619: Logging interface by Georgios Pinitas · 7 years ago
  75. e2c82fe COMPMID-550: Adds support for branches. by Georgios Pinitas · 7 years ago
  76. a4a9601 COMPMID-554 Add Nodes by Michalis Spyrou · 7 years ago
  77. e472082 COMPMID-549 Create a Logger for GraphAPI by Michalis Spyrou · 7 years ago
  78. ff421f2 COMPMID-601: Add GraphContext by Georgios Pinitas · 7 years ago
  79. 6f669f0 COMPMID-417: Add grouping in convolution layer by Georgios Pinitas · 7 years ago
  80. 2a07e18 COMPMID-363 Add Graph library support by Anthony Barbier · 7 years ago