1. d41b259 IVGCVSW-2144: Adding TensorUtils class by Nina Drozd · 6 years ago
  2. 8800c00 IVGCVSW-2169 Remove DataLayoutIndexed from public API by Matthew Bentham · 6 years ago
  3. 5cdda35 IVGCVSW-2105 - Unit tests for merger * Add LayerTests * Add WorkloadTests by narpra01 · 6 years ago
  4. a65b7ae IVGCVSW-2092 Port LSTMCell::Eval to ArmNN by Matteo Martincigh · 6 years ago
  5. 9326aab Adedd load/unload warm-up before the memory lek test to put the runtime into a by Matteo Martincigh · 6 years ago
  6. 5caf907 IVGCVSW-2136: Remove memory management methods from workload factories by Aron Virginas-Tar · 6 years ago
  7. 262553e IVGCVSW-2054: Fixing issue with InferOutputShape implementation in BatchToSpaceNdLayer. by Éanna Ó Catháin · 6 years ago
  8. 5605519 IVGCVSW-2066: Add IMemoryManager and integrate into the backends framework by Aron Virginas-Tar · 6 years ago
  9. c9cc804 IVGCVSW-1946: Remove armnn/src from the include paths by Aron Virginas-Tar · 6 years ago
  10. 45a9b77 IVGCVSW-2102: Fix Pooling2D CpuRef indexing bug by James Conroy · 6 years ago
  11. 7af7688 IVGCVSW-2083 - Add DataLayout parameter to calculate the expected output shape in ValidateTensorShapesFromInputs by narpra01 · 6 years ago
  12. f98d21a IVGCVSW-1896 : SubGraph selector by David Beck · 6 years ago
  13. 28dcab6 IVGCVSW-2049 + IVGCVSW-2051 Create the CL Mean Float workload and add by Matteo Martincigh · 6 years ago
  14. 7010400 IVGCVSW-2073: Move remaining backend-specific tests from armnn to backends by Aron Virginas-Tar · 6 years ago
  15. 79141b9 IVGCVSW-2071 : remove GetCompute() from the WorkloadFactory interface by David Beck · 6 years ago
  16. c26ba75 IVGCVSW-2060: Separate and move backend specific unit tests from the src/armnn/test folder to the backends by Aron Virginas-Tar · 6 years ago
  17. f0b4845 IVGCVSW-2019 : replace Compute enum in the backend preferences list by David Beck · 6 years ago
  18. 6948227 IVGCVSW-2024: Support NHWC for Pooling2D CpuRef by James Conroy · 6 years ago
  19. d134093 IVGCVSW-2023 CL and Neon implementation of BatchNorm with NHWC by Nikhil Raj · 6 years ago
  20. 33f0ae0 IVGCVSW-2019 : replace Compute enum in the Layer object by David Beck · 6 years ago
  21. 3dc4303 IVGCVSW-2040 Add unit tests for the newly implemented NHWC support in by Matteo Martincigh · 6 years ago
  22. a160b24 IVGCVSW-2033 Add unit tests for the newly implemented NHWC support in by Matteo Martincigh · 6 years ago
  23. 3b278e9 IVGCVSW-1938: Move backend-specific source files to the corresponding backend by Aron Virginas-Tar · 6 years ago
  24. cec6b65 IVGCVSW-1922 Unit test for DepthwiseConvolution with NHWC by Nikhil Raj · 6 years ago
  25. 5954082 IVGCVSW-1978: Support NHWC for ResizeBilinear CpuRef by James Conroy · 6 years ago
  26. f1153cd IVGCVSW-1969 : remove boost::optional compatibility from ArmNN Optional by David Beck · 6 years ago
  27. 2400b6d IVGCVSW-1967 Fix L2Norm NHWC unit test by Matteo Martincigh · 6 years ago
  28. 43095f3 IVGCVSW-1988: Refactor backend-specific unit tests by arovir01 · 6 years ago
  29. 6b0b53d IVGCVSW-1929: Fix for this defect (QASYM8 no scale) by jimfly01 · 6 years ago
  30. 0d9d419 IVGCVSW-1974 - Update CreateWorkload test CL and Neon by Francis Murtagh · 6 years ago
  31. b48e686 IVGCVSW-1982 - add create workload test for 2D Pooling (NHWC data layout) by Nina Drozd · 6 years ago
  32. cde00f5 IVGCVSW-1975 : total removal of boost::optional from the public interface by David Beck · 6 years ago
  33. 152fb1c IVGCVSW-1975 : Remove boost::optional from the public interface by David Beck · 6 years ago
  34. 074f371 IVGCVSW-1932: Add Unit tests for NHWC ResizeBilinear by James Conroy · 6 years ago
  35. 5eec11d IVGCVSW-1964 : replace optional biases with home-grown Optional by David Beck · 6 years ago
  36. dcb751f IVGCVSW-1642 : introducing the IBackend interface by David Beck · 6 years ago
  37. 55a97bc IVGCVSW-1920 Unittests for NHWC Normalization Workloads and Layer by narpra01 · 6 years ago
  38. 616e775 IVGCVSW-1913: Fix for ValidationTest.concat_float_3_relaxed by arovir01 · 6 years ago
  39. ac42efd IVGCVSW-1900 : CL backend folder structure by David Beck · 6 years ago
  40. bcd3c85 IVGCVSW-1863 Support NHWC for L2Normalization by Matteo Martincigh · 6 years ago
  41. 1e4c31d IVGCVSW-1812 Adding Ref implementation and tests of MeanWorkloads by narpra01 · 6 years ago
  42. 0dbe0ee IVGCVSW-1899 : Neon backend folder structure by David Beck · 6 years ago
  43. b4540be IVGCVSW-1898 : Ref backend folder structure by David Beck · 6 years ago
  44. 2d9dd36 IVGCVSW-1821 - taking out scale factor again as it's polluting the WallClockTimer interface by Nina Drozd · 6 years ago
  45. 69851b5 IVGCVSW-1821 - update NEON workload utils to use timers in correct order, updated units used in NeonTimer by Nina Drozd · 6 years ago
  46. bc39245 IVGCVSW-1802 : Neon Sub Workload by David Beck · 6 years ago
  47. 4a8692c IVGCVSW-1801 : Cl implementation for SUB by David Beck · 6 years ago
  48. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  49. 8c5e3dc IVGCVSW-1786 - Division by zero by Francis Murtagh · 6 years ago
  50. e7a86a4 IVGCVSW-1200 Division layer by Francis Murtagh · 6 years ago
  51. c577f2c Release 18.08 by telsoa01 · 6 years ago
  52. 3537c2c Release 18.05 by surmeh01 · 6 years ago
  53. bceff2f Release 18.03 by surmeh01 · 6 years ago
  54. 4fcda01 Release 18.02 by telsoa01 · 6 years ago