aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/DirectConvolutionLayer.cpp
AgeCommit message (Expand)Author
2019-07-05COMPMID-2185: Implement direct convolution 9x9 (NHWC) on NEONGian Marco Iodice
2019-01-25COMPMID-1652 Cleanup some nighly testsMichalis Spyrou
2019-01-11COMPMID-1652 NEON Cleanup and add missing testsMichalis Spyrou
2018-11-02COMPMID-1451 Reduce precommit testsMichalis Spyrou
2018-11-02COMPMID-1534 - Fixing FP16 tests on NEONGian Marco Iodice
2018-11-02COMPMID-970 : Remove QS8 / QS16 supportVidhya Sudhan Loganathan
2018-11-02COMPMID-970 : Remove QS8 / QS16 supportVidhya Sudhan Loganathan
2018-11-02COMPMID-970 : Remove QS8 / QS16 supportVidhya Sudhan Loganathan
2018-11-02COMPMID-808 Add NHWC data format support for NEON direct convolutionGiorgio Arena
2018-11-02COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES)Isabella Gottardi
2018-11-02COMPMID-934: Asymmetric padding support.Georgios Pinitas
2018-11-02COMPMID-832: Decrease validation coverage of QS8/QS16Anthony Barbier
2018-11-02COMPMID-617 Add validation methods to KernelsMichalis Spyrou
2018-11-02COMPMID-556: Add support to build arm64-v8.2-a for Android platform (clang co...Ioan-Cristian Szabo
2018-11-02COMPMID-634: Enable clang with libc++ to compile for Android (32 and 64 bits)Ioan-Cristian Szabo
2018-11-02COMPMID-417: Add support for floats in scale.Georgios Pinitas
2018-11-02COMPMID-417: Fix NEDirectConvolutionLayerGeorgios Pinitas
2018-11-02COMPMID-526: Disable DirectConvolution testsMoritz Pflanzer
2018-11-02COMPMID-415: Rename and move testsMoritz Pflanzer
2018-09-17COMPMID-415: Move ConvolutionLayer to new validationMoritz Pflanzer
2018-09-17COMPMID-417: Port NEDirectConvolution 1x1 to QS16.Pablo Tello
2018-09-17COMPMID-421: Added FP16 support in the Neon Locally Connected Layer.Pablo Tello
2018-09-17COMPMID-355 Implement 3x3 CL direct convolutionsteniu01