1. 20c246a COMPMID-1532: Add DepthwiseConvolution3x3 FP16 on NEON by Georgios Pinitas · 6 years ago
  2. c98b990 COMPMID-1451 Fix YOLOv3 android compilation issue by Michalis Spyrou · 6 years ago
  3. 177a9a5 COMPMID-1460 Create Yolo v3 graph example by Michalis Spyrou · 6 years ago
  4. 427bbbf COMPMID-1522: Add ElementWiseOperation node in the graph API by Georgios Pinitas · 6 years ago
  5. cdd68c0 COMPMID-1534: Prevent graphs with missing NEON F16 features from running by Anthony Barbier · 6 years ago
  6. be2772a COMPMID-1508: Add Inception ResNet V2 model by Georgios Pinitas · 6 years ago
  7. 1b65807 COMPMID-1188 - Enabled NHWC in graph_squeezenet_v1 for NEON by Gian Marco Iodice · 6 years ago
  8. 7b2f026 COMPMID-145 : Create ResNet v2 graph example by Georgios Pinitas · 6 years ago
  9. 766b70c COMPMID-1456: Create mobilenet v2 1.0 224 graph example by Georgios Pinitas · 6 years ago
  10. d39e2b1 COMPMID-1188 - Fixed performance degradation with GEMM3D by Gian Marco Iodice · 6 years ago
  11. 415a2bf COMPMID-1432: Enable by default NHWC in graph examples by Georgios Pinitas · 6 years ago
  12. ea0147d COMPMID-1188: Fix squeesenetv1.1 input shape by Georgios Pinitas · 6 years ago
  13. e222055 COMPMID-1367: Enable NHWC in graph examples by Georgios Pinitas · 6 years ago
  14. ef776a8 COMPMID-1386: Add FC convert weights on NEON by Georgios Pinitas · 6 years ago
  15. 7d66a8e COMPMID-1386: Add support for converting weights for CL. by Georgios Pinitas · 6 years ago
  16. 9f28b39 COMPMID-1393: Update example documentation by Georgios Pinitas · 6 years ago
  17. 7b607dc COMPMID-1400: Add command line option to specify the tuner's config file by Anthony Barbier · 6 years ago
  18. 11a7e32 COMPMID-1246 - Enabled NHWC on graph_mobilenet by default by Gian Marco Iodice · 6 years ago
  19. 8ddab14 COMPMID-1246: Don't link against the Graph library for non-graph examples by Anthony Barbier · 6 years ago
  20. 6ed43b5 COMPMID-1188: Report error on graphs that do not support NHWC by Georgios Pinitas · 6 years ago
  21. 772e17f COMPMID-1188: Substream copy constructor primitives. by Georgios Pinitas · 6 years ago
  22. 12be7ab COMPMID-1310: Create graph validation executables. by Georgios Pinitas · 6 years ago
  23. 7c3b924 COMPMID-1308: Add and validate JPEG accessors by Georgios Pinitas · 6 years ago
  24. e083771 COMPMID-1160 Turn Graph hints into heuristics by Giorgio Arena · 6 years ago
  25. df473ea COMPMID-1182: printf doesn't work by Georgios Pinitas · 6 years ago
  26. 7fb7b61 COMPMID-959: Fixed linking issue by Anthony Barbier · 6 years ago
  27. 88d5b22 COMPMID-1035 - Add ResneXt50 as a graph example by Isabella Gottardi · 6 years ago
  28. 130986a COMPMID-959 : Add names to inception v3 layers. by Georgios Pinitas · 6 years ago
  29. a8aef29 COMPMID-792 - Re-enabled Winograd on NEON in all graph examples. by Gian Marco Iodice · 6 years ago
  30. 59631a1 COMPMID-1104 Add fast math hint in the graph API by Giorgio Arena · 6 years ago
  31. 3d1489d COMPMID-605: Transition buffer memory manager by Georgios Pinitas · 6 years ago
  32. c13021e COMPMID-1109 - Enabling Winograd in the graph when possible by Gian Marco Iodice · 6 years ago
  33. 5c2fb3f COMPMID-997: Add support for node's name in GraphAPI. by Georgios Pinitas · 6 years ago
  34. cac13b1 COMPMID-1097: Port mobilenet to NHWC by Georgios Pinitas · 6 years ago
  35. 1ed442a COMPMID-1046 - Enabling Winograd VGG19 to use Winograd on NEON and OpenCL by Gian Marco Iodice · 6 years ago
  36. e043767 COMPMID-920: Introduce prepare() stage by Georgios Pinitas · 6 years ago
  37. 9fb0cac COMPMID-1081: Introduced test-wide instruments by Anthony Barbier · 6 years ago
  38. bb54e4e COMPMID-797 Integrate Mobilenet QASYMM8 with new graph. by Giorgio Arena · 6 years ago
  39. 41c482d COMPMID-1042: Graph / Stream not working on x86 by Georgios Pinitas · 6 years ago
  40. d9eb275 COMPMID-797: Switch to new graph. by Georgios Pinitas · 6 years ago
  41. 7db3a30 COMPMID-959 Fix SVM and AlexNet Code formatting by Anthony Barbier · 6 years ago
  42. 9a8c672 COMPMID-1011: Create struct for the graph config parameters by Georgios Pinitas · 6 years ago
  43. ee33ea5 COMPMID-996: Add support for grouped convolution. by Georgios Pinitas · 6 years ago
  44. 2870516 COMPMID-1007: Add initial validate support to backend 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. eb82fd2 COMPMID-881: RSH new arm_gemm interface. by Pablo Tello · 6 years ago
  47. d8734b5 COMPMID-793 : Add graph intermediate representation by Georgios Pinitas · 7 years ago
  48. ae2af74 COMPMID-935 - Implementing Convolution with Winograd on OpenCL (Part 1) by Gian Marco · 6 years ago
  49. 240cfa6 COMPMID-973: Implement InceptionV4 by Georgios Pinitas · 6 years ago
  50. c1b6e37 COMPMID-765 - Call graph_init only once all nodes have been instantied by Gian Marco · 6 years ago
  51. 8913d8d COMPMID-915: Create ResNet50 example by Alex Gilday · 6 years ago
  52. 931b489 Revert "COMPMID-915: Create ResNet50 example" by Anthony Barbier · 6 years ago
  53. 140fdc7 COMPMID-913: Fix preprocessing step for TF models. by Georgios Pinitas · 6 years ago
  54. 7bfb199 COMPMID-915: Create ResNet50 example by Alex Gilday · 6 years ago
  55. e3fba0a COMPMID-925: Enabling OpenCL tuner in the graph examples by Michele Di Giorgio · 6 years ago
  56. 5ca7409 COMPMID-765 - Used GEMM-based convolution in VGG16 by Gian Marco · 6 years ago
  57. 1167487 COMPMID-897 Merge batch normalization with bounded relu by Giorgio Arena · 6 years ago
  58. 4074c99 COMPMID-873: Integrate RSH NEON Depthwise Convolution routine by Georgios Pinitas · 6 years ago
  59. c799ed8 COMPMID-895 - Optimizing CLDepthwiseConvolution3x3Kernel by Gian Marco · 6 years ago
  60. 85e6f51 COMPMID-891 - Use OpenCL timer in CLTuner by Gian Marco · 6 years ago
  61. 2d40555 COMPMID-765 - Used GEMM instead of Direct into the GoogleNet graph example by Gian Marco · 6 years ago
  62. bc4484a COMPMID-889 - Implement Squeezenet 1.1 as a graph example by Isabella Gottardi · 6 years ago
  63. 36a0a46 COMPMID-748 - Integrating optimized SGEMM for bifrost by Gian Marco · 6 years ago
  64. 46edf63 COMPMID-765: Fixed output accessor in LeNet example, and disabled colors when not running in a terminal by Anthony Barbier · 6 years ago
  65. 7f530b3 COMPMID-847: Add MobileNet_v1_0.75_160. by Georgios Pinitas · 6 years ago
  66. 652bde5 COMPMID-674 - Create Google InceptionV3 example by Georgios Pinitas · 6 years ago
  67. a66eaa2 COMPMID-752 Creating an example for QASYMM8 MobileNet by Giorgio Arena · 7 years ago
  68. 2b5f0f2 COMPMID-782 Port examples to the new format by Michalis Spyrou · 6 years ago
  69. 6db0ff5 COMPMID-771 Allow examples to be profiled by Anthony Barbier · 6 years ago
  70. 1250a5a COMPMID-767 : Propagate hints to subgraph. by Georgios Pinitas · 6 years ago
  71. eb8f71e APPBROWSER-230, APPBROWSER-300: Rename GCScheduler enqueue to dispatch, sync to memory_barrier by Joel Liang · 7 years ago
  72. b59eb0b APPBROWSER-347: Add GCDirectConvolution example. by Frank Lei · 7 years ago
  73. 14c86a9 COMPMID-557 Added some GLES documentation and rework following OOB testing by Anthony Barbier · 7 years ago
  74. a58b61e COMPMID-556: Force inclusion of all arm_compute_graph symbols by Georgios Pinitas · 7 years ago
  75. bfa3b52 COMPMID-556 - Fix examples by Gian Marco · 7 years ago
  76. 9873ea3 COMPMID-556: Revert COMPMID-652 by Georgios Pinitas · 7 years ago
  77. 0bc5a25 COMPMID-556 - Fix SGEMM example by Gian Marco · 7 years ago
  78. 236bfe7 COMPIMID-553: MobileNet use case. by Georgios Pinitas · 7 years ago
  79. b28f29d COMPMID-652 - Graph examples shouldn't need to link against OpenCL by Isabella Gottardi · 7 years ago
  80. 4c2dd54 COMPMID-671: Add global pooling layer support. by Georgios Pinitas · 7 years ago
  81. 7068f99 COMPMID-631: Merge branches/gles_compute branch by Anthony Barbier · 7 years ago
  82. e10bddb COMPMID-556 - Add VGG16 graph sample code by Gian Marco Iodice · 7 years ago
  83. 9f20bda COMPMID-656 - Create VGG-19 example by Isabella Gottardi · 7 years ago
  84. 97988a4 COMPMID-657 - Add PPMAccessor and TopNPredictionsAccessor to SqueezeNet by Isabella Gottardi · 7 years ago
  85. a4c6188 COMPMID-657 - Add PPMAccessor and TopNPredictionsAccessor to GoogleNet by Isabella Gottardi · 7 years ago
  86. 3faea25 COMPMID-617: Adds validation to CLPoolingLayer by Georgios Pinitas · 7 years ago
  87. cf3935f COMPMID-627 Create CL SGEMM example by Giorgio Arena · 7 years ago
  88. 44ec2e7 COMPMID-639 - Add PPMAccessor and TopNPredictionsAccessor in graph_utils by Gian Marco · 7 years ago
  89. 4398bec COMPMID-638 - Fix Logger in Squeezenet Graph example by Isabella Gottardi · 7 years ago
  90. 7d3d1b9 COMPMID-619: Logging interface by Georgios Pinitas · 7 years ago
  91. 3756186 COMPMID-553: Add squeezenet example by Georgios Pinitas · 7 years ago
  92. e2c82fe COMPMID-550: Adds support for branches. by Georgios Pinitas · 7 years ago
  93. c4124b5 COMPMID-556 - Added cartoon effect sample code by Gian Marco Iodice · 7 years ago
  94. e472082 COMPMID-549 Create a Logger for GraphAPI by Michalis Spyrou · 7 years ago
  95. ff421f2 COMPMID-601: Add GraphContext by Georgios Pinitas · 7 years ago
  96. 6f669f0 COMPMID-417: Add grouping in convolution layer by Georgios Pinitas · 7 years ago
  97. b2881fc COMPMID-417 Updated build system to not combined objects of the different levels of library by Anthony Barbier · 7 years ago
  98. 1914db7 COMPMID-417 - Fix graph_letnet.cpp example by Gian Marco Iodice · 7 years ago
  99. e7f7b55 COMPMID-417 - Added support for memory manager in neon_cnn example by Gian Marco Iodice · 7 years ago
  100. ab60fe8 COMPMID-417: Doxygen update and removed unnecessary TensorInfo from graph example by Anthony Barbier · 7 years ago