aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEConvolutionLayer.cpp
AgeCommit message (Expand)Author
2023-10-26Add check to disable dynamic bias with quantized datatypes in Conv2D layerMohammed Suhail Munshi
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-05-05Disable dynamic weights in unsupported operatorsViet-Hoa Do
2021-09-22Provide logging for configure functions in all NEON functionsramelg01
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-08-20Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2dGeorgios Pinitas
2021-07-30Reintroduce implementation of NEConvolutionLayer::get_convolution_methodMichele Di Giorgio
2021-07-29Port NEConvolutionLayerMichalis Spyrou
2021-07-22Expose fast_math mode for GEMM through BFloat16Georgios Pinitas
2021-07-22Update GEMM assembly kernelsGeorgios Pinitas
2021-07-15Disabled DirectConv method for NCHW and kernel > 15Pablo Marquez Tello
2021-02-22Comply with Trademark rules for use of Neon, Arm and MaliSheri Zhang
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-11-12COMPMID-3776: Indirect GEMMGeorgios Pinitas
2020-11-03COMPMID-3638: Move NEON kernelsMichalis Spyrou
2020-08-06Added missing parameter num_groups to the validate call of NEConvolutionLayer.Alexander Jung
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-07-02COMPMID-3501 Modify heuristics for f16+fastmath NEON Winograd ConvSiCong Li
2020-05-14COMPMID-3069: Align graph convolution implementation for CL and NEON.Georgios Pinitas
2020-05-12COMPMID-3316: NEDeconvolutionLayer failing for a big inputManuel Bottini
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham
2019-06-28COMPMID-2428: Missing break statement.Georgios Pinitas
2019-06-25COMPMID-2158 Add SRGAN shapes in ConvolutionLayer heurists to dispatch direct...Michalis Spyrou
2019-05-09COMPMID-1973: Implement FFTConvolutionLayer on NEONgiuros01
2019-02-01COMPMID-1710: Re-enable winograd on A53.Georgios Pinitas
2018-11-02COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayerGian Marco Iodice
2018-11-02COMPMID-1381: Cleaned up the AssemblyHelper interfaceAnthony Barbier
2018-11-02COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES)Georgios Pinitas
2018-11-02COMPMID-1160 Turn Graph hints into heuristicsGiorgio Arena
2018-11-02COMPMID-959 - Fix Validate in Convolution LayerIsabella Gottardi
2018-11-02COMPMID-1106 Add fast math support in NEWinogradConvolutionLayerGiorgio Arena
2018-11-02COMPMID-792 - Re-enabled Winograd on NEON in all graph examples.Gian Marco Iodice
2018-11-02COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cppGeorgios Pinitas
2018-11-02COMPMID-718 : Winograd: add validate method and testsVidhya Sudhan Loganathan
2018-11-02COMPMID-1026 - Add support for 4x4 output tile in CLWinogradConvolutionLayerGian Marco Iodice
2018-11-02COMPMID-959: Disabled winograd on Arm Cortex-A53 while we're working on a fixAnthony Barbier
2018-11-02COMPMID-1040: Added support for nullptr bias tensor in NEWinogradLayerAndrew Mundy
2018-11-02COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES)Isabella Gottardi
2018-11-02COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GCAlex Gilday
2018-11-02COMPMID-959 Fix clang-tidy issueAnthony Barbier
2018-11-02COMPMID-793 : Add graph intermediate representationGeorgios Pinitas
2018-11-02COMPMID-846: Create a ConvolutionLayer for NEONIsabella Gottardi
2018-11-02COMPMID-936: Convolution failure in NEON Convolution Layer.Georgios Pinitas
2018-11-02COMPMID-903: Implements NEPermute for NHWC conversionsGeorgios Pinitas
2018-11-02COMPMID-894: Segfault: neon_cnn on S5 neoGeorgios Pinitas
2018-11-02COMPMID-890: Valgrind: NEON Convolution Layer validation failsIsabella Gottardi
2018-11-02COMPMID-765: Fixed clangtidy warnings.Pablo Tello
2018-11-02COMPMID-790 - NEON: Add QASYMM8 support to ConvolutionIsabella Gottardi
2018-11-02COMPMID-617 Add validation to NEConvolutionLayerGiorgio Arena
2018-11-02COMPMID-750: Fix assembly kernel interfacesGeorgios Pinitas