aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp
AgeCommit message (Expand)Author
2023-10-31[GPU] Update Reverse layer to allow negative axis and reversed axis orderAdnan AlSinan
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-07-07Enable transpose convolution with non-square kernelsViet-Hoa Do
2021-10-01Provide logging for configure functions in all CL functionsramelg01
2021-07-27Port CLGEMMConvolutionLayerManuel Bottini
2021-05-18Port CLGEMM to memory injecting interfaceGeorgios Pinitas
2021-04-28Add per-channel quantization support for CLDeconvolutionLayerFreddie Liardet
2021-02-08Make memset/copy functions state-lessSheri Zhang
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-02-26COMPMID-2788: Add support for QASYMM8_SIGNED in CLDirectDeconvolutionLayerSheri Zhang
2019-08-28COMPMID-2605: Add asymmetric padding support for Deconvolution layerMatthew Jackson
2019-07-11COMPMID-2092: Refactoring interface for the deconvolution kernels (NEON/CL)Manuel Bottini
2019-05-10COMPMID-1635: Optimize CLDeconvolutionLayer - Part IIIgiuros01
2019-04-08COMPMID-2098: Scope handling of memory group resources.Georgios Pinitas
2019-04-02COMPMID-2069: Rework CL ML layers to run exclusively on CL.Georgios Pinitas
2019-03-29Optimize CL DeconvolutionLayer-Part II: Add CLDirectDeconvolution function to...giuros01