1. 9c3cae8 IVGCVSW-3470 Add Quantized_LSTM tests by James Conroy · 5 years ago
  2. 1da0236 IVGCVSW-3571 Fix VTS Test Skips by Mike Kelly · 5 years ago
  3. d516610 IVGCVSW-3539 Add CL support and tests for Stack by Matthew Jackson · 5 years ago
  4. 2208b60 IVGCVSW-3571 Add Gpu backend to CI tests for Android Q by Sadik Armagan · 5 years ago
  5. a77d80e IVGCVSW-3561 Use absolute path of unit tests by Matteo Martincigh · 5 years ago
  6. bc2e210 IVGCVSW-3561 Test the DynamicBackend class by Matteo Martincigh · 5 years ago
  7. 986c186 IVGCVSW-3555 Add unit tests for the dynamic backend utility functions by Matteo Martincigh · 5 years ago
  8. 2e7f6ad IVGCVSW-3556 Create the DynamicBackend class by Matteo Martincigh · 5 years ago
  9. 3b93835 IVGCVSW-3554 Update workloads to pass Softmax Axis Parameter to Backends by Francis Murtagh · 5 years ago
  10. 82b15ed IVGCVSW-3537 Add support for L2 Normalization with < 4 dimensional tensors by Matthew Jackson · 5 years ago
  11. e30c16e IVGCVSW-3566 Fix LSTM with normalization and Cifg WorkloadFactory by Ferran Balaguer · 5 years ago
  12. ac60d28 IVGCVSW-3543 Implement the backend versioning algorithm by Matteo Martincigh · 5 years ago
  13. b19d2e9 IVGCVSW-3555 Fix string formatting in DynamicBackendUtils by Matteo Martincigh · 5 years ago
  14. d73cecb IVGCVSW-3563 + IVGCVSW-3555 Create new utility functions for dynamic backends by Matteo Martincigh · 5 years ago
  15. ee18dc8 IVGCVSW-3469 Add front end for Quantized LSTM layer by James Conroy · 5 years ago
  16. 9e10c2b Fix various uses of non-standard C++: by Rob Hughes · 5 years ago
  17. 07f2121 IVGCVSW-3536 Add Axis parameter to reference Softmax implementation by Francis Murtagh · 5 years ago
  18. d6a9dee IVGCVSW-3368 Add reference support for depthwise multiplier > 3 by Matthew Jackson · 5 years ago
  19. 84062b7 IVGCVSW-3311 Refactor Validate() methods in WorkloadData.cpp by Aron Virginas-Tar · 5 years ago
  20. 747f586 IVGCVSW-3479 Add End to End test for Prelu by Nikhil Raj · 5 years ago
  21. 598950d IVGCVSW-3453 Fix VTS quant_output_multiplier_gt_1 test failures by FinnWilliamsArm · 5 years ago
  22. 81e601c IVGCVSW-3419 Add reference workload support for the new Stack layer by Matthew Jackson · 5 years ago
  23. 0bf6b23 IVGCVSW-3495 Refactor names of convolution2d unit tests by Jan Eilers · 5 years ago
  24. cc0cefb IVGCVSW-3296 Add CL backend support for ResizeNearestNeighbour by Aron Virginas-Tar · 5 years ago
  25. 2b7519d IVGCVSW-3468 Add Unit test for Conv2D that combines by Teresa Charlin · 5 years ago
  26. 2b8c1da IVGCVSW-3418 Add Arm NN front end support for the new Stack layer by Matthew Jackson · 5 years ago
  27. d01a83c IVGCVSW-3397 Join lstm parameter infos in a struct for isLstmSupported by Jan Eilers · 5 years ago
  28. e6eaf66 IVGCVSW-3399 Add support of QuantisedSymm16 to Pad by Narumol Prangnawarat · 5 years ago
  29. 6059784 IVGCVSW-3391 Add SpaceToDepth CreateWorkload and EndToEnd tests by James Conroy · 5 years ago
  30. 86bb4e1 IVGCVSW-3399 Add support of QuantisedSymm16 to Permute and unit tests by Narumol Prangnawarat · 5 years ago
  31. ec8e198 IVGCVSW-3393 Fix Ref Unit test for customizable padding value by Teresa Charlin · 5 years ago
  32. d2aa85e IVGCVSW-3353 Add CL support and tests for SpaceToDepth by James Conroy · 5 years ago
  33. f9ac3fd IVGCVSW-3399 Add QSymm16 IsLayerSupportedTest to reference backend by Narumol Prangnawarat · 5 years ago
  34. 169d2f1 IVGCVSW-3382 Deprecate ResizeBilinear and use Resize with Bilinear method by Aron Virginas-Tar · 5 years ago
  35. 38e05bd IVGCVSW-3236 Extend Ref LSTM with layer normalization support by Jan Eilers · 5 years ago
  36. 4cefc41 IVGCVSW-3307 Introduce RefTensorHandle by Matthew Bentham · 5 years ago
  37. fe15eff IVGCVSW-3361 Add end-to-end tests for Resize on CpuRef by Aron Virginas-Tar · 5 years ago
  38. 970f43b IVGCVSW-3365 Add reference workload support for ResizeLayer by Teresa Charlin · 5 years ago
  39. a9075df IVGCVSW-3363 Add frontend support for Resize Layer by Teresa Charlin · 5 years ago
  40. 98180ef IVGCVSW-3324 Add end-to-end tests for TransposeConvolution2d on CpuRef by Aron Virginas-Tar · 5 years ago
  41. 735a450 IVGCVSW-3320 Add reference workload support for TransposeConvolution2dLayer by Aron Virginas-Tar · 5 years ago
  42. b2b5a26 Update the CL pin to the latest master by Ferran Balaguer · 5 years ago
  43. e24e3cd IVGCVSW-3347 Add EndToEnd test for BatchToSpaceNd by Francis Murtagh · 5 years ago
  44. d0dfe17 IVGCVSW-3249 Extend the BatchToSpace workload to support QSymm16 by Francis Murtagh · 5 years ago
  45. e0dbedf IVGCVSW-3250 Extend the Gather workload for QSymm16 support by Ellen Norris-Thompson · 5 years ago
  46. 57f13d5 IVGCVSW-3334 Refactor BatchToSpace tests to be generic by Francis Murtagh · 5 years ago
  47. 3475781 IVGCVSW-3235 Add scalar to use as padding value in Reference Pad by David Monahan · 5 years ago
  48. 84da38b IVGCVSW-3277 Refactor TensorHandle factory API by Derek Lamberti · 5 years ago
  49. 9515c7e IVGCVSW-3263 - Add End to End tests for SpaceToDepth on Ref by Keith Davis · 5 years ago
  50. bf0e722 IVGCVSW-3267 Add more code coverage to the PReLU layer by Matteo Martincigh · 5 years ago
  51. 6858d3f IVGCVSW-3247: Refactor reference Gather workload by Ellen Norris-Thompson · 5 years ago
  52. 639fb04 IVGCVSW-3319 Add frontend support for TransposeConvolution2d Layer by Aron Virginas-Tar · 5 years ago
  53. 20b1f88 IVGCVSW-3271 Add unit test for dilated DepthwiseConvolution2d by Teresa Charlin · 5 years ago
  54. a57eccb IVGCVSW-3231 Add reference workload support for SpaceToDepth by Keith Davis · 5 years ago
  55. ab9e525 IVGCVSW-3268 Add Reference workload support for the new Prelu Activation layer by Matteo Martincigh · 5 years ago
  56. 71c80b1 IVGCVSW-3234 Add unit test for Concat with different quantization params by Narumol Prangnawarat · 5 years ago
  57. edeeb16 IVGCVSW-3264 Add Unit Test for Dilated Convolution2d to armnn by Teresa Charlin · 5 years ago
  58. 0e406ee IVGCVSW-3267 Add Arm NN front end support for the new Prelu Activation layer by Matteo Martincigh · 5 years ago
  59. e52211e IVGCVSW-3286 Add epsilon Reference workload support by Ferran Balaguer · 5 years ago
  60. 3cb85f3 IVGCVSW-3219: Add QSymm16 support to the ResizeBilinear Reference workload by Ellen Norris-Thompson · 5 years ago
  61. 4d1ff58 IVGCVSW-3221 Refactor Mean ref workload and tests by James Conroy · 5 years ago
  62. 24d7321 IVGCVSW-3225 Add QSymm16 support for Rsqrt workload by nikraj01 · 5 years ago
  63. c6138d8 IVGCVSW-3275 Add Uint8 support for L2Normalization by Ferran Balaguer · 5 years ago
  64. d73d14f IVGCVSW-3229 Refactor L2Normalization workload to support multiple data types by Ferran Balaguer · 5 years ago
  65. 0421e7f IVGCVSW-3224 Add Uint8 support for Rsqrt by nikraj01 · 5 years ago
  66. c4223d1 IVGCVSW-3217 Refactor the Layer tests for ResizeBilinear to make them generic by Ellen Norris-Thompson · 5 years ago
  67. 7f6db40 IVGCVSW-3010: Unit Test for Activation Workload for Float32 and Uint8 by konsof01 · 5 years ago
  68. 972af15 IVGCVSW-3258 Add front end support for new SpaceToDepth layer by Aron Virginas-Tar · 5 years ago
  69. 0434df6 IVGCVSW-3143 Extend the Pooling 2d workload to support QSymm16 by Teresa Charlin · 5 years ago
  70. 6aeb771 IVGCVSW-3227 Extend the reference normalization workload to support QSymm16 by Matteo Martincigh · 5 years ago
  71. 2fc70c5 IVGCVSW-3226 Refactor the reference normalization workload by Matteo Martincigh · 5 years ago
  72. a3b2047 IVGCVSW-3142 Refactor reference Pooling2d workload by Teresa Charlin · 5 years ago
  73. 6331f91 IVGCVSW-2971 Support QSymm16 for DetectionPostProcess workloads by Aron Virginas-Tar · 5 years ago
  74. 93f84a9 IVGCVSW-3216 Make Rsqrt f32 layers test generic by nikraj01 · 5 years ago
  75. f550713 IVGCVSW-3213 Extend the Reference BatchNormalization workload to by Matteo Martincigh · 5 years ago
  76. 3122bd5 IVGCVSW-3212 Refactor the Reference BatchNormalization workloads to by Matteo Martincigh · 5 years ago
  77. b40d710 IVGCVSW-3179 Extend floor workload to support QSymm16 by James Conroy · 5 years ago
  78. 8c7324d IVGCVSW-3148 Add end to end test for Dequantize layer to Ref, Cl, Neon by Narumol Prangnawarat · 5 years ago
  79. 83735b1 IVGCVSW-3177 Refactor Floor reference workload by James Conroy · 5 years ago
  80. 120522a IVGCVSW-3195 Extend reference SpaceToBatch workload to support QSymm16 by nikraj01 · 5 years ago
  81. 42666a1 IVGCVSW-3171 Extend the Strided Slice Ref workload to support the QSymm16 by Matteo Martincigh · 5 years ago
  82. e851b3d IVGCVSW-3170 Refactor the Strided Slice Ref workload for Float32 and by Matteo Martincigh · 5 years ago
  83. 25339c3 IVGCVSW-3159 Support QSymm16 for Splitter workloads by Ruomei Yan · 5 years ago
  84. 0f072ab IVGCVSW-2771 Add more end to end tests for splitter on Cl, Neon, Ref by Narumol Prangnawarat · 5 years ago
  85. 248683f IVGCVSW-3173 Extend reference softmax workload to support qsymm16 by nikraj01 · 5 years ago
  86. 8ed4b8c IVGCVSW-3172 Add QSymm16 support for reshape workload by Nina Drozd · 5 years ago
  87. a121de3 IVGCVSW-3168 Refactor reference softmax workload into a single workload by nikraj01 · 5 years ago
  88. e242f2d IVGCVSW-3119 Rename MergerLayer to ConcatLayer by Jim Flynn · 5 years ago
  89. 2f2778f IVGCVSW-3145 Refactor Reference Reshape workloads by Nina Drozd · 5 years ago
  90. 0be4338 IVGCVSW-2771 Add end to end tests for splitter on Cl, Neon, Ref by Narumol Prangnawarat · 5 years ago
  91. 41f00f1 IVGCVSW-3033 Unit test using a MockBackend to validate Optimizer by David Monahan · 5 years ago
  92. 46c09d0 IVGCVSW-2970 Support QSymm16 for FullyConnected workloads by Francis Murtagh · 5 years ago
  93. 43aec58 IVGCVSW-3134 Refactor FullyConnected workloads into single workload by Francis Murtagh · 5 years ago
  94. 7f2c35a IVGCVSW-3033 Adding MockLayerSupport to MockBackend by David Monahan · 5 years ago
  95. 2f80f6e IVGCVSW-3026 Extend RefConvolution2dWorkload to support QSymm16 by Mike Kelly · 5 years ago
  96. 88d44b8 IVGCVSW-3074 Extend the DepthwiseConvolution2d workload to support QSymm16 by Ruomei Yan · 5 years ago
  97. 15eb583 IVGCVSW-2771 Fix SubTensor error in vgg16 ExecuteNetwork NEON by Narumol Prangnawarat · 5 years ago
  98. 495852f IVGCVSW-3073 Refactor reference DepthwiseConvolution2d workloads by Ruomei Yan · 5 years ago
  99. 9b39832 IVGCVSW-3025: Refactor reference Convolution2d workload by Mike Kelly · 5 years ago
  100. c3ba50e IVGCVSW-3132 Reintroduce SubGraph definition, but deprecated by Matteo Martincigh · 5 years ago