1. 992d6dc IVGCVSW-2454 Refactor ArmNN to support pluggable backends from a separate by Matteo Martincigh · 5 years ago
  2. a1d3c6a IVGCVSW-2371 Add Rsqrt Ref implementation by Mohamed Nour Abouelseoud · 6 years ago
  3. 35052ae IVGCVSW-59 Add documentation to the public API by Conor Kennedy · 6 years ago
  4. f446432 IVGCVSW-2164 Added ACL implementation of SpaceToBatchNd operation to ArmNN by Sadik Armagan · 6 years ago
  5. 2099595 IVGCVSW-2398 Add no-op factory implementations for all backends for the by FrancisMurtagh · 6 years ago
  6. 59a950c IVGCVSW-2377 Add no-op factory implementations for all backends for the by Matteo Martincigh · 6 years ago
  7. 20e984f IVGCVSW-2348 Support boolean data type by ruoyan01 · 6 years ago
  8. 738c2e6 IVGCVSW-1434 Add debug mode to Optimizer by keidav01 · 6 years ago
  9. f9afc79 IVGCVSW-2268 Remove the input swizzling from ParseConcat by Matteo Martincigh · 6 years ago
  10. ac5aa1f IVGCVSW-2315 Add descriptor for Debug by Nattapat Chaimanowong · 6 years ago
  11. a9a1cf1 IVGCVSW-2315 Add DebugLayer and no-op factory method by Nattapat Chaimanowong · 6 years ago
  12. 9053969 IVGCVSW-2245 Add Minimum Layer and no-op Factory implementation by kevmay01 · 6 years ago
  13. 5a4304a IVGCVSW-2253 Add maximum layer and corresponding no-op factory implementation by Nattapat Chaimanowong · 6 years ago
  14. 831faed IVGCVSW-1199: BATCH_TO_SPACE_ND integrate Arm Compute CL by Mike Kelly · 6 years ago
  15. 144c01b Fix documentation for depthwise convolution by Rob Hughes · 6 years ago
  16. 0214d7e Fix compile errors on Windows by Rob Hughes · 6 years ago
  17. a0d2844 IVGCVSW-2086 Update StridedSliceLayer and StridedSliceDescriptor by Nattapat Chaimanowong · 6 years ago
  18. 8800c00 IVGCVSW-2169 Remove DataLayoutIndexed from public API by Matthew Bentham · 6 years ago
  19. 8599a41 IVGCVSW-2043 - Merger using ACL for innermost concat axis by Nikhil Raj · 6 years ago
  20. 81f2232 IVGCVSW-2017: CLWorkload to use L2Normalization by FrancisMurtagh · 6 years ago
  21. 310c209 IVGCVSW-2134: Updating version number to 18.11 by keidav01 · 6 years ago
  22. 430b5d8 IVGCVSW-2086: Add StridedSlice layer & corresponding no-op factory implementations by Conor Kennedy · 6 years ago
  23. 262553e IVGCVSW-2054: Fixing issue with InferOutputShape implementation in BatchToSpaceNdLayer. by Éanna Ó Catháin · 6 years ago
  24. 95807ce Tidying up multiple issues by Éanna Ó Catháin · 6 years ago
  25. 4e1e136 IVGCVSW-2054: BATCH_TO_SPACE_ND Reference implementation and Unit tests. by Éanna Ó Catháin · 6 years ago
  26. 9efb57d Revert "IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackend" by David Beck · 6 years ago
  27. 207ef9a IVGCVSW-2093 Add SpaceToBatchNd layer and corresponding no-op factory implementations by Nattapat Chaimanowong · 6 years ago
  28. d4dfa68 IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackend by David Beck · 6 years ago
  29. 28dcab6 IVGCVSW-2049 + IVGCVSW-2051 Create the CL Mean Float workload and add by Matteo Martincigh · 6 years ago
  30. 5cc8e56 IVGCVSW-2053: Validate BackendId parameters for the InferenceTest (EndToEnd tests) / ExecuteNetwork by Aron Virginas-Tar · 6 years ago
  31. a8e06ed IVGCVSW-1955: Unify backend exceptions (wrap cl::Error) by Aron Virginas-Tar · 6 years ago
  32. f0b4845 IVGCVSW-2019 : replace Compute enum in the backend preferences list by David Beck · 6 years ago
  33. 6948227 IVGCVSW-2024: Support NHWC for Pooling2D CpuRef by James Conroy · 6 years ago
  34. d134093 IVGCVSW-2023 CL and Neon implementation of BatchNorm with NHWC by Nikhil Raj · 6 years ago
  35. 33f0ae0 IVGCVSW-2019 : replace Compute enum in the Layer object by David Beck · 6 years ago
  36. 3e9e115 IVGCVSW-2037 : separate registry for layer support intrefaces by David Beck · 6 years ago
  37. 8eb675e IVGCVSW-2038 + IVGCVSW-2039 + IVGCVSW-2040 Add NHWC support to the Float32 and UInt8 by Matteo Martincigh · 6 years ago
  38. 430c6d6 Fixed unsigned to signed conversion warning by Kohei Takahashi · 6 years ago
  39. e648871 IVGCVSW-1998 : indicate deprecated functions and types in the public API by David Beck · 6 years ago
  40. 3cc9a62 IVGCVSW-1998 : replace Compute enum in LayerSupport free functions by David Beck · 6 years ago
  41. 5954082 IVGCVSW-1978: Support NHWC for ResizeBilinear CpuRef by James Conroy · 6 years ago
  42. f1153cd IVGCVSW-1969 : remove boost::optional compatibility from ArmNN Optional by David Beck · 6 years ago
  43. 9df2d95 IVGCVSW-1952 : add BackendId class to prepare for the replacement of Compute enum by David Beck · 6 years ago
  44. 32cbb0c IVGCVSW-1987 : registry for backend creation functions (factories) by David Beck · 6 years ago
  45. 6b0b53d IVGCVSW-1929: Fix for this defect (QASYM8 no scale) by jimfly01 · 6 years ago
  46. 043d0d0 IVGCVSW-1860 Support NHWC for Pooling2D by Francis Murtagh · 6 years ago
  47. 537a0b6 IVGCVSW-1983: Order the IsLayerSupported functions alphabetically in ILayerSupport by arovir01 · 6 years ago
  48. cde00f5 IVGCVSW-1975 : total removal of boost::optional from the public interface by David Beck · 6 years ago
  49. d6c10ed IVGCVSW-1973: Replace char* reasonIfNotSupported with Optional<std::string&> in ILayerSupport by arovir01 · 6 years ago
  50. 152fb1c IVGCVSW-1975 : Remove boost::optional from the public interface by David Beck · 6 years ago
  51. 5eec11d IVGCVSW-1964 : replace optional biases with home-grown Optional by David Beck · 6 years ago
  52. e97c6e0 IVGCVSW-1642 : adding IBackendInternal interface by David Beck · 6 years ago
  53. dcb751f IVGCVSW-1642 : introducing the IBackend interface by David Beck · 6 years ago
  54. ee9e766 IVGCVSW-1931: Add data layout param for ResizeBilinear by James Conroy · 6 years ago
  55. bcd3c85 IVGCVSW-1863 Support NHWC for L2Normalization by Matteo Martincigh · 6 years ago
  56. 33cea4d IVGCVSW-1919 - data layout parameter for Normalization by narpra01 · 6 years ago
  57. a05c210 IVGCVSW-1910 Add data layout parameter for DepthwiseConvolution by Nikhil Raj · 6 years ago
  58. 5662c20 IVGCVSW-1881 Add PadLayer to ArmNN by Mohamed Nour Abouelseoud · 6 years ago
  59. 351d13d IVGCVSW-1888 Plumb data layout parameter for Convolution2D by Francis Murtagh · 6 years ago
  60. 2c9322a IVGCVSW-1880: Add no-op factory implementations of CreatePad by jimfly01 · 6 years ago
  61. 0cff163 IVGCVSW-1883 Add support for different memory layouts by Derek Lamberti · 6 years ago
  62. 32b9046 IVGCVSW-1813 - Add MeanLayer by narpra01 · 6 years ago
  63. 5cd01f3 IVGCVSW-1832: add missing DIV quantized, broadcasting tests by David Beck · 6 years ago
  64. 1952622 IVGCVSW-1804 : add subtraction layer to the public interface by David Beck · 6 years ago
  65. c2044fe IVGCVSW-1804 : Add Subtraction layer types and placeholders by David Beck · 6 years ago
  66. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  67. e7a86a4 IVGCVSW-1200 Division layer by Francis Murtagh · 6 years ago
  68. a682410 IVGCVSW-1324: Make biases truly optional for Conv2d and DepthwiseConvolution by arovir01 · 6 years ago
  69. c577f2c Release 18.08 by telsoa01 · 6 years ago
  70. 4c7098b Release 18.05.02 by surmeh01 · 6 years ago
  71. 3537c2c Release 18.05 by surmeh01 · 6 years ago
  72. bceff2f Release 18.03 by surmeh01 · 6 years ago
  73. 4fcda01 Release 18.02 by telsoa01 · 6 years ago