aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEDeconvolutionLayer.cpp
AgeCommit message (Expand)Author
2019-04-17COMPMID-2049: Add support for deconvolution for qasymm8 on NEONUsama Arif
2019-04-08COMPMID-2098: Scope handling of memory group resources.Georgios Pinitas
2019-02-06COMPMID-1915: Deconvolution doesn't work when inner_dimension_top != 0 or inn...giuros01
2018-11-08COMPMID-1675: Add SVE supportGeorgios Pinitas
2018-11-02COMPMID-1451: Remove invalid bias check in NEDeconvolutionLayerGeorgios Pinitas
2018-11-02COMPMID-1451: Fix allocation of weights in DeconvolutionMichele Di Giorgio
2018-11-02COMPMID-1586: Add support for NHWC CLDeconvolutionLayerMichele Di Giorgio
2018-11-02COMPMID-1621 Deconvolution wrong output calculationMichalis Spyrou
2018-11-02COMPMID-970 : Remove QS8 / QS16 supportVidhya Sudhan Loganathan
2018-11-02COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES)Georgios Pinitas
2018-11-02COMPMID-959 - Fix Validate in Convolution LayerIsabella Gottardi
2018-11-02COMPMID-754: Add validation to LocallyConnected and NEDeconv layersAlex Gilday
2018-11-02COMPMID-540 Replace NEDeconvolutionLayerUpsampleKernel with NEScaleKernelMichalis Spyrou
2018-11-02COMPMID-934: Return an error in Validate when we don't support asymmetric pad...Anthony Barbier
2018-11-02COMPMID-765: Switch 1x1 DeconvolutionLayer to use the ConvolutionLayerGeorgios Pinitas
2018-11-02COMPMID-875: Deconvolution 4x4 not workingGeorgios Pinitas
2018-11-02COMPMID-765: Fixed unused variable warningAnthony Barbier
2018-11-02COMPMID-471 Implement Deconvolution on OpenCLMichalis Spyrou
2018-11-02COMPMID-470: Neon Deconvolution.Pablo Tello