1. d616cb9 COMPMID-510: Cleaned up Warp tests. by Pablo Tello · 7 years ago
  2. 3c2c433 COMPMID-417 - Added NEFlattenLayer function by Gian Marco Iodice · 7 years ago
  3. 4bd2cb8 COMPMID-511: Port FixedPoint arithmetic to new validation by Abe Mbise · 7 years ago
  4. 349feef COMPMID-417 - Added validation for FP16 CLBatchNormalizationLayer by Gian Marco Iodice · 7 years ago
  5. 31bbce1 COMPMID-510: Port Warp Perspective to new validation by Abe Mbise · 7 years ago
  6. 83be745 COMPMID-424 Implemented reference implementation and tests for WarpAffine by Isabella Gottardi · 7 years ago
  7. 80373f6 COMPMID-481: Add AArch32 GEMM by Moritz Pflanzer · 7 years ago
  8. 6c6597c COMPMID-500: Move HarrisCorners to new validation by Moritz Pflanzer · 7 years ago
  9. c26ecf8 COMPIMID-523: Fix CLDepthwiseConvolution test. by Georgios Pinitas · 7 years ago
  10. beabe3b COMPMID-481: Add AArch64 GEMM by Moritz Pflanzer · 7 years ago
  11. 7655a67 COMPMID-507: Move Sobel to new validation by Moritz Pflanzer · 7 years ago
  12. b11e269 COMPMID-417 - Fix bad_alloc in ScaleFixture by Gian Marco Iodice · 7 years ago
  13. 578c8f5 COMPMID-417: Increase tolerance for NormalizationLayer QS16 by Moritz Pflanzer · 7 years ago
  14. 4726fdf COMPMID-541: Fix padding in CLMinMaxLocationKernel by Moritz Pflanzer · 7 years ago
  15. 7905f91 COMPMID-499: Port Gaussian 3x3 and 5x5 to new validation by Abe Mbise · 7 years ago
  16. ff1c360 COMPMID-417: Increase tolerance for failing tests by Moritz Pflanzer · 7 years ago
  17. 1830097 COMPMID-509: Move Threshold to new validation by John Richardson · 7 years ago
  18. 4268fbe COMPMID-501: Move IntegralImage to new validation by John Richardson · 7 years ago
  19. f89a49f COMPMID-503: Move MinMaxLocation to new validation by John Richardson · 7 years ago
  20. 2a07e18 COMPMID-363 Add Graph library support by Anthony Barbier · 7 years ago
  21. cdf5145 COMPMID-515: L2 Pooling for FP32/FP16 in CL. by Georgios Pinitas · 7 years ago
  22. 9688378 COMPMID-494: Port BatchNormalizationLayer to new validation by Sanghoon Lee · 7 years ago
  23. bb3be39 COMPMID-417: Fix initial min/max value in CPPQuantizationLayer by Georgios Pinitas · 7 years ago
  24. f81652d COMPMID-516 Increase tolerance rate of Scale, Conv, fully connected and GEMM by steniu01 · 7 years ago
  25. 9fe4144 COMPMID-452 CL Generic Depthwise Convolution implementation. by Giorgio Arena · 7 years ago
  26. a7a5b7b COMPMID-508: Port TableLookup to new validation by Sanghoon Lee · 7 years ago
  27. 99d4f4a COMPMID-417: Fix absolute error template parameter. by Georgios Pinitas · 7 years ago
  28. bf17955 COMPMID-522 - Added support for GlobalPooling in CLPoolingLayer and CLFlattening for 3D tensor by Gian Marco Iodice · 7 years ago
  29. 583137c COMPMID-417: Add support for floats in scale. by Georgios Pinitas · 7 years ago
  30. 8b3b5fa COMPMID-417: Match tolerance for CL and NEON in Normalization layer. by Georgios Pinitas · 7 years ago
  31. 067518c COMPMID-417 - Added large shapes for CLFloor and NEFloor tests by Gian Marco Iodice · 7 years ago
  32. 6f4d49f COMPMID-504: Move NonLinearFilter to new validation by John Richardson · 7 years ago
  33. 2fe7d1c COMPMID-417 Update FIXME / INTERNAL_ONLY comments in files which need removing before releasing by Anthony Barbier · 7 years ago
  34. 24486d6 COMPMID-496: Port DepthConvert to new validation by Sanghoon Lee · 7 years ago
  35. 5ee66ea COMPMID-462: Implement TensorReshape for NEON and CL. by Georgios Pinitas · 7 years ago
  36. ce54b56 COMPMID-532: NEON ConvolutionLayer Quantised valgrind errors by Georgios Pinitas · 7 years ago
  37. 56dd726 COMPMID-448: Implement CL Quantization/Dequantization Layer. by Michele Di Giorgio · 7 years ago
  38. 1cd0d52 COMPMID-532: Disable NEON/ConvLayer/QS8 by Moritz Pflanzer · 7 years ago
  39. 898a806 COMPMID-417: Fix NEDirectConvolutionLayer by Georgios Pinitas · 7 years ago
  40. 5b61fd3 COMPMID-417: Fix validation by Moritz Pflanzer · 7 years ago
  41. f31cac1 COMPMID-417: Reduce DepthConcatenate sizes for NEON by Moritz Pflanzer · 7 years ago
  42. b2833b8 COMPMID-415 - Fixed bad_alloc in DepthConcatenate reducing the size of input tensor for the NIGHTLY tests by Gian Marco Iodice · 7 years ago
  43. 6a45048 COMPMID-526: Disable DirectConvolution tests by Moritz Pflanzer · 7 years ago
  44. fb20568 COMPMID-417: Fix DepthConcatenate validation fixture by Moritz Pflanzer · 7 years ago
  45. 72898fe COMPMID-493: Port ArithmeticSubtraction to new validation by Sanghoon Lee · 7 years ago
  46. 06b184a COMPMID-439 - Refactored NEQuantizationLayer and NEQuantizationLayer in order to support 3D input tensors by Gian Marco Iodice · 7 years ago
  47. cde1e8a COMPMID-415: Add tests for ConvolutionLayer reshaped weights by Moritz Pflanzer · 7 years ago
  48. 86b5333 COMPMID-514 (3RDPARTY_UPDATE)(DATA_UPDATE) Add support to load .npy data by SiCong Li · 7 years ago
  49. 3e05e4e COMPMID-516 Change the CL CNN validation functions to use relative by steniu01 · 7 years ago
  50. 3f0ab6e COMPMID-495: Port Box 3x3 to new validation by Abe Mbise · 7 years ago
  51. 70f8291 COMPMID-492: Port ArithmeticAddition to new validation by Sanghoon Lee · 7 years ago
  52. 732f368 COMPMID-417 - BugFix Scale - Added tolerance(1) by Isabella Gottardi · 7 years ago
  53. 172c58d COMPMID-345 Fix the failure counter wrongly logging issue by steniu01 · 7 years ago
  54. 64ebe5b COMPMID-519: Add support for Lower and Upper Bounded RELU for CL/NEON by Georgios Pinitas · 7 years ago
  55. a09de0c COMPMID-415: Rename and move tests by Moritz Pflanzer · 7 years ago
  56. 632925a COMPMID-417: Set tolerance of 1 for CL HarrisCorners by Moritz Pflanzer · 7 years ago
  57. 338b195 COMPMID-502: Move MeanStdDev to new validation by John Richardson · 7 years ago
  58. 1fab09f COMPMID-424 Implemented reference implementation, new output valid region and validation tests (NEON and CL) for Scale by Isabella Gottardi · 7 years ago
  59. 3e36369 COMPMID-358 Implement OpenCL ROI Pooling by SiCong Li · 7 years ago
  60. dc460f1 COMPMID-417: Port PoolingLayer to new validation. by Georgios Pinitas · 7 years ago
  61. 0c7614f COMPMID-431 Port OpenCL pooling layer to use fixed point by steniu01 · 7 years ago
  62. 69d3341 COMPMID-415: Move FullyConnectedLayer to new validation by Moritz Pflanzer · 7 years ago
  63. 82e70a1 COMPMID-415: Improve SimpleTensor and RawTensor by Moritz Pflanzer · 7 years ago
  64. adfccb8 COMPMID-415: Move BitwiseNot to new validation by Moritz Pflanzer · 7 years ago
  65. 0eafa68 COMPMID-415: Move BitwiseXor to new validation by Moritz Pflanzer · 7 years ago
  66. ffc1255 COMPMID-417 - BugFix Validate with valid_mask by Isabella Gottardi · 7 years ago
  67. fc2817d COMPMID-424 NEON/CL Harris Corners validation tests. by Giorgio Arena · 7 years ago
  68. bbd9fb9 COMPMID-412: Port PoolingLayer to use fixed point 16. by Michalis Spyrou · 7 years ago
  69. 6203153 COMPMID-424 Implemented reference implementation and validation tests (NEON and CL) for Warp Perspective by Isabella Gottardi · 7 years ago
  70. 4a74979 COMPMID-415: Move BitwiseOr to new validation by Moritz Pflanzer · 7 years ago
  71. 62eada2 COMPMID-415: Move BitwiseAnd to new validation by Moritz Pflanzer · 7 years ago
  72. 4dfc235 COMPMID-415: Move GEMM to new validation by Moritz Pflanzer · 7 years ago
  73. b3d2579 COMPMID-415: Move ConvolutionLayer to new validation by Moritz Pflanzer · 7 years ago
  74. 8594b11 COMPMID-424 CLMeanStdDev test completed. by Giorgio Arena · 7 years ago
  75. e3bc5c9 COMPMID-417: Fix (old) validation Tensor by Moritz Pflanzer · 7 years ago
  76. 3ce3ff4 COMPMID-415: Move DepthConcatenateLayer to new validation by Moritz Pflanzer · 7 years ago
  77. a261181 COMPMID-417 NEON/CL MeanStdDev bugfix using FillBorderKernel by Giorgio Arena · 7 years ago
  78. c51b72f COMPMID-355 Implement CL DirectConvolution1x1 by SiCong Li · 7 years ago
  79. 572ade7 COMPMID-415: Move ActivationLayer to new validation by Moritz Pflanzer · 7 years ago
  80. ef4b4ae COMPMID-438: Add support for floating point Min-Max Location layer. by Michele Di Giorgio · 7 years ago
  81. f87cc7f COMPMID-417: Port NEDirectConvolution 1x1 to QS16. by Pablo Tello · 7 years ago
  82. 02dfb2c COMPMID-457 Fix F16 NormalizationLayer CL kernel by SiCong Li · 7 years ago
  83. 8fda1cb COMPMID-421: Added FP16 support in BatchNormalizationLayer. by Pablo Tello · 7 years ago
  84. 6db73ce COMPMID-415: Move NormalizationLayer to new validation by Moritz Pflanzer · 7 years ago
  85. afde732 COMPMID-421: Added FP16 support in the Neon Locally Connected Layer. by Pablo Tello · 7 years ago
  86. f6ad98a COMPMID-415: Move SoftmaxLayer to new validation by Moritz Pflanzer · 7 years ago
  87. f856c74 COMPMID-417: Change rounding mode of half reference by Moritz Pflanzer · 7 years ago
  88. 637540a COMPMID-417: Increase F16 tolerance for CL/ConvolutionLayer by Moritz Pflanzer · 7 years ago
  89. e49e266 COMPMID-415: Use half_float library for F16 by Moritz Pflanzer · 7 years ago
  90. 27b386c COMPMID-355 Implement 3x3 CL direct convolution by steniu01 · 7 years ago
  91. 1b80b6c COMPMID-447: Support scaling factors different than 1 for QS8/QS16 NEPixelWiseMultiplication. by Michele Di Giorgio · 7 years ago
  92. 935deee COMPMID-378 CLMinMaxLocation testing completed. by Giorgio Arena · 7 years ago
  93. b49a715 COMPMID-421: Added FP16 support to Softmax. by Pablo Tello · 7 years ago
  94. 0d17614 COMPMID-421: Added FP16 support to the NEON Direct Convolution function. by Pablo Tello · 7 years ago
  95. 0c34fe2 COMPMID-421: Added FP16 support in Pooling Layer by Pablo Tello · 7 years ago
  96. d58cec0 COMPMID-415: Cleanup accessors by Moritz Pflanzer · 7 years ago
  97. fb5aabb COMPMID-415: Rename TensorLibrary to AssetsLibrary by Moritz Pflanzer · 7 years ago
  98. 07a1533 COMPMID-417 NEON MeanStdDev bugfix: added floating point validation tolerance by Giorgio Arena · 7 years ago
  99. 91654c4 COMPMID-421: Added FP16 support in ActivationLayer. by Pablo Tello · 7 years ago
  100. 2ca209e COMPMID-424 NEON MinMaxLocation test. by Giorgio Arena · 7 years ago