aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLDirectConvolutionLayer.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2021-10-01Provide logging for configure functions in all CL functionsramelg01
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-06-01Rename ported functionsManuel Bottini
2021-03-26Check biases pointer before referencing in CLDirectConvolutionLayerMichele Di Giorgio
2021-03-23Make ClDirectConvolutionKernel statelessSheri Zhang
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-11-07COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to srcSang-Hoon Park
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-04-23COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2Manuel Bottini
2020-03-02COMPMID-3234 CLDirectConvolutionLayer QASYMM8 NHWC mismatchesGiorgio Arena
2019-06-03COMPMID-2225: Add interface support for new quantized data types.Georgios Pinitas
2018-11-02COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES)Isabella Gottardi
2018-11-02COMPMID-734: CLTuner reworkGeorgios Pinitas
2018-11-02COMPMID-556: Rename Error to Status and inverse logicGeorgios Pinitas
2018-11-02COMPMID-617 Add window validation to CLDirectConvolutionLayerGiorgio Arena
2018-11-02COMPMID-713: Address failures in OCLGrind for CLDirectConvolutionGeorgios Pinitas
2018-11-02COMPMID-617: Add validation methods to ML CL functions.Georgios Pinitas
2018-11-02COMPMID-477 - Optimized Direct Convolution 3x3 and 5x5 (f32) for Bifrost.Gian Marco Iodice
2018-09-17COMPMID-355 Implement 3x3 CL direct convolutionsteniu01