1. ad40270 IVGCVSW-2752 Make biases optional in INetwork by Aron Virginas-Tar · 5 years ago
  2. b56292c IVGCVSW-2759 Add MakeOptional to enable in-place optional object construction by Aron Virginas-Tar · 5 years ago
  3. 4628d05 IVGCVSW-2560 Verify Inference test for TensorFlow Lite MobileNet SSD by Narumol Prangnawarat · 5 years ago
  4. 0d0a78e IVGCVSW-2721 Quantize and Dequantize aren't quite right by Francis Murtagh · 5 years ago
  5. 06e25c4 IVGCVSW-2749 Throw exception in TensorShape when requested index >= number of dimensions by Aron Virginas-Tar · 5 years ago
  6. 8ddae33 IVGSVSW-2736 Fix dangling reference to temporary storage by Derek Lamberti · 5 years ago
  7. 1b3e2ea IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parser by keidav01 · 5 years ago
  8. 0028d1b IVGSVSW-2736 Rename DeserializeParser => Deserializer & fix namespaces by Derek Lamberti · 5 years ago
  9. 9ffd2fe IVGCVSW-2583 Update verison number for 19.02 by Saoirse Stewart · 5 years ago
  10. 2b183fb IVGCVSW-2736 Deserialize using istream instead of filename by Derek Lamberti · 5 years ago
  11. 5b2159e IVGCVSW-2620 Support static quantization of Constant by Matteo Martincigh · 5 years ago
  12. ec33391 IVGCVSW-2726 Code cleanup by Matteo Martincigh · 5 years ago
  13. ac9cadc IVGCVSW-2662 Create ISerializer class and refactor Serializer by Nattapat Chaimanowong · 5 years ago
  14. 8c1701a IVGCVSW-2531 Serialize a simple ArmNN Network by Mike Kelly · 5 years ago
  15. 0085978 IVGCVSW-2676 Make biases optional in ILayerVisitor for Convolution2D, DepthwiseConvolution2D and FullyConnected by Aron Virginas-Tar · 5 years ago
  16. 43a799c IVGCVSW-2581 Create Deserializer by Kevin May · 5 years ago
  17. 9c5d33a IVGCVSW-2672 Code cleanup after changes by Matteo Martincigh · 5 years ago
  18. a8d572d IVGCVSW-2607 Implement Input range override mechanism by Matteo Martincigh · 5 years ago
  19. 6d302bf IVGCVSW-2559 End to end tests for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  20. 27d8307 IVGCVSW-2606 Produce quantized InputNetwork from simple FP32 InputNetwork by Derek Lamberti · 5 years ago
  21. bc67cef IVGCVSW-2557 Ref Workload Implementation for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  22. adddddb IVGCVSW-2458 Refactor the Optimize function (Network.cpp) so that by Matteo Martincigh · 5 years ago
  23. d161ba0 IVGCVSW-2569 Add implementation of ConstTensor Accept functions by jimfly01 · 5 years ago
  24. a0d56c7 IVGCVSW-2556 Add Layer implementation for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  25. e9e7bfd IVGCVSW-2547 Add Accept function to IConnectableLayer by jimfly01 · 5 years ago
  26. 94dd5d8 IVGCVSW-2555 Add no-op implementation for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  27. 5f4e41f IVGCVSW-2546 Add ILayerVisitor to the public API by jimfly01 · 5 years ago
  28. c625f00 IVGCVSW-1048 RESIZE_BILINEAR NEON operator by Sadik Armagan · 6 years ago
  29. 3d6898c IVGCVSW-2455 Move the extra backend code to a new git repo by Matteo Martincigh · 5 years ago
  30. 8c76cc1 IVGCVSW-2467 Update Boolean type support by Nattapat Chaimanowong · 5 years ago
  31. 649dd95 IVGCVSW-2467 Remove GetDataType<T> function by Nattapat Chaimanowong · 5 years ago
  32. b89b05f IVGCVSW-2508 Add no-op factory implementations and layer for Gather operator by narpra01 · 5 years ago
  33. 4912402 IVGCVSW-2454 Merge together the pluggable backends work (was in a by Matteo Martincigh · 5 years ago
  34. 992d6dc IVGCVSW-2454 Refactor ArmNN to support pluggable backends from a separate by Matteo Martincigh · 5 years ago
  35. a1d3c6a IVGCVSW-2371 Add Rsqrt Ref implementation by Mohamed Nour Abouelseoud · 6 years ago
  36. 35052ae IVGCVSW-59 Add documentation to the public API by Conor Kennedy · 6 years ago
  37. f446432 IVGCVSW-2164 Added ACL implementation of SpaceToBatchNd operation to ArmNN by Sadik Armagan · 6 years ago
  38. 2099595 IVGCVSW-2398 Add no-op factory implementations for all backends for the by FrancisMurtagh · 6 years ago
  39. 59a950c IVGCVSW-2377 Add no-op factory implementations for all backends for the by Matteo Martincigh · 6 years ago
  40. 20e984f IVGCVSW-2348 Support boolean data type by ruoyan01 · 6 years ago
  41. 738c2e6 IVGCVSW-1434 Add debug mode to Optimizer by keidav01 · 6 years ago
  42. f9afc79 IVGCVSW-2268 Remove the input swizzling from ParseConcat by Matteo Martincigh · 6 years ago
  43. ac5aa1f IVGCVSW-2315 Add descriptor for Debug by Nattapat Chaimanowong · 6 years ago
  44. a9a1cf1 IVGCVSW-2315 Add DebugLayer and no-op factory method by Nattapat Chaimanowong · 6 years ago
  45. 9053969 IVGCVSW-2245 Add Minimum Layer and no-op Factory implementation by kevmay01 · 6 years ago
  46. 5a4304a IVGCVSW-2253 Add maximum layer and corresponding no-op factory implementation by Nattapat Chaimanowong · 6 years ago
  47. 831faed IVGCVSW-1199: BATCH_TO_SPACE_ND integrate Arm Compute CL by Mike Kelly · 6 years ago
  48. 144c01b Fix documentation for depthwise convolution by Rob Hughes · 6 years ago
  49. 0214d7e Fix compile errors on Windows by Rob Hughes · 6 years ago
  50. a0d2844 IVGCVSW-2086 Update StridedSliceLayer and StridedSliceDescriptor by Nattapat Chaimanowong · 6 years ago
  51. 8800c00 IVGCVSW-2169 Remove DataLayoutIndexed from public API by Matthew Bentham · 6 years ago
  52. 8599a41 IVGCVSW-2043 - Merger using ACL for innermost concat axis by Nikhil Raj · 6 years ago
  53. 81f2232 IVGCVSW-2017: CLWorkload to use L2Normalization by FrancisMurtagh · 6 years ago
  54. 310c209 IVGCVSW-2134: Updating version number to 18.11 by keidav01 · 6 years ago
  55. 430b5d8 IVGCVSW-2086: Add StridedSlice layer & corresponding no-op factory implementations by Conor Kennedy · 6 years ago
  56. 262553e IVGCVSW-2054: Fixing issue with InferOutputShape implementation in BatchToSpaceNdLayer. by Éanna Ó Catháin · 6 years ago
  57. 95807ce Tidying up multiple issues by Éanna Ó Catháin · 6 years ago
  58. 4e1e136 IVGCVSW-2054: BATCH_TO_SPACE_ND Reference implementation and Unit tests. by Éanna Ó Catháin · 6 years ago
  59. 9efb57d Revert "IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackend" by David Beck · 6 years ago
  60. 207ef9a IVGCVSW-2093 Add SpaceToBatchNd layer and corresponding no-op factory implementations by Nattapat Chaimanowong · 6 years ago
  61. d4dfa68 IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackend by David Beck · 6 years ago
  62. 28dcab6 IVGCVSW-2049 + IVGCVSW-2051 Create the CL Mean Float workload and add by Matteo Martincigh · 6 years ago
  63. 5cc8e56 IVGCVSW-2053: Validate BackendId parameters for the InferenceTest (EndToEnd tests) / ExecuteNetwork by Aron Virginas-Tar · 6 years ago
  64. a8e06ed IVGCVSW-1955: Unify backend exceptions (wrap cl::Error) by Aron Virginas-Tar · 6 years ago
  65. f0b4845 IVGCVSW-2019 : replace Compute enum in the backend preferences list by David Beck · 6 years ago
  66. 6948227 IVGCVSW-2024: Support NHWC for Pooling2D CpuRef by James Conroy · 6 years ago
  67. d134093 IVGCVSW-2023 CL and Neon implementation of BatchNorm with NHWC by Nikhil Raj · 6 years ago
  68. 33f0ae0 IVGCVSW-2019 : replace Compute enum in the Layer object by David Beck · 6 years ago
  69. 3e9e115 IVGCVSW-2037 : separate registry for layer support intrefaces by David Beck · 6 years ago
  70. 8eb675e IVGCVSW-2038 + IVGCVSW-2039 + IVGCVSW-2040 Add NHWC support to the Float32 and UInt8 by Matteo Martincigh · 6 years ago
  71. 430c6d6 Fixed unsigned to signed conversion warning by Kohei Takahashi · 6 years ago
  72. e648871 IVGCVSW-1998 : indicate deprecated functions and types in the public API by David Beck · 6 years ago
  73. 3cc9a62 IVGCVSW-1998 : replace Compute enum in LayerSupport free functions by David Beck · 6 years ago
  74. 5954082 IVGCVSW-1978: Support NHWC for ResizeBilinear CpuRef by James Conroy · 6 years ago
  75. f1153cd IVGCVSW-1969 : remove boost::optional compatibility from ArmNN Optional by David Beck · 6 years ago
  76. 9df2d95 IVGCVSW-1952 : add BackendId class to prepare for the replacement of Compute enum by David Beck · 6 years ago
  77. 32cbb0c IVGCVSW-1987 : registry for backend creation functions (factories) by David Beck · 6 years ago
  78. 6b0b53d IVGCVSW-1929: Fix for this defect (QASYM8 no scale) by jimfly01 · 6 years ago
  79. 043d0d0 IVGCVSW-1860 Support NHWC for Pooling2D by Francis Murtagh · 6 years ago
  80. 537a0b6 IVGCVSW-1983: Order the IsLayerSupported functions alphabetically in ILayerSupport by arovir01 · 6 years ago
  81. cde00f5 IVGCVSW-1975 : total removal of boost::optional from the public interface by David Beck · 6 years ago
  82. d6c10ed IVGCVSW-1973: Replace char* reasonIfNotSupported with Optional<std::string&> in ILayerSupport by arovir01 · 6 years ago
  83. 152fb1c IVGCVSW-1975 : Remove boost::optional from the public interface by David Beck · 6 years ago
  84. 5eec11d IVGCVSW-1964 : replace optional biases with home-grown Optional by David Beck · 6 years ago
  85. e97c6e0 IVGCVSW-1642 : adding IBackendInternal interface by David Beck · 6 years ago
  86. dcb751f IVGCVSW-1642 : introducing the IBackend interface by David Beck · 6 years ago
  87. ee9e766 IVGCVSW-1931: Add data layout param for ResizeBilinear by James Conroy · 6 years ago
  88. bcd3c85 IVGCVSW-1863 Support NHWC for L2Normalization by Matteo Martincigh · 6 years ago
  89. 33cea4d IVGCVSW-1919 - data layout parameter for Normalization by narpra01 · 6 years ago
  90. a05c210 IVGCVSW-1910 Add data layout parameter for DepthwiseConvolution by Nikhil Raj · 6 years ago
  91. 5662c20 IVGCVSW-1881 Add PadLayer to ArmNN by Mohamed Nour Abouelseoud · 6 years ago
  92. 351d13d IVGCVSW-1888 Plumb data layout parameter for Convolution2D by Francis Murtagh · 6 years ago
  93. 2c9322a IVGCVSW-1880: Add no-op factory implementations of CreatePad by jimfly01 · 6 years ago
  94. 0cff163 IVGCVSW-1883 Add support for different memory layouts by Derek Lamberti · 6 years ago
  95. 32b9046 IVGCVSW-1813 - Add MeanLayer by narpra01 · 6 years ago
  96. 5cd01f3 IVGCVSW-1832: add missing DIV quantized, broadcasting tests by David Beck · 6 years ago
  97. 1952622 IVGCVSW-1804 : add subtraction layer to the public interface by David Beck · 6 years ago
  98. c2044fe IVGCVSW-1804 : Add Subtraction layer types and placeholders by David Beck · 6 years ago
  99. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  100. e7a86a4 IVGCVSW-1200 Division layer by Francis Murtagh · 6 years ago