aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/workloads
AgeCommit message (Expand)Author
2019-05-13MLCE-101: Adding dilation support in conv and dconvPablo Tello
2019-04-16IVGCVSW-2957 MergerLayer subtensor optimization now backend agnosticDerek Lamberti
2019-04-10IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hppAron Virginas-Tar
2019-03-15IVGCVSW-2354 Caffe SqueezeNet through armnn Cl and NeonNarumol Prangnawarat
2019-02-26IVGCVSW-2756 Fix bug in ClSpaceToBatchNdWorkloadNattapat Chaimanowong
2019-02-21IVGCVSW-2424 Add LOGISTIC Operator Support (CL)Finn Williams
2019-01-29IVGCVSW-2443 Add Cl support for Greater operatorNattapat Chaimanowong
2019-01-14MLCE-86 Reversing the pad list in the ClPadValidate function similarly to wha...Éanna Ó Catháin
2019-01-09IVGCVSW-2438 Add Minimum operator support (CL)saoste01
2019-01-04MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't workMatteo Martincigh
2019-01-02MLCE-82 Add Neon Mean support and unit testsMatthew Bentham
2018-12-20IVGCVSW-2164 Added ACL implementation of SpaceToBatchNd operation to ArmNNSadik Armagan
2018-12-20IVGCVSW-2211 Maximum operator support (CL)keidav01
2018-12-18IVGCVSW-2131 Implementation of StridedSlice operationkeidav01
2018-12-10IVGCVSW-2354 Remove dimension validation from softmaxMohamed Nour Abouelseoud
2018-11-28IVGCVSW-1199: BATCH_TO_SPACE_ND integrate Arm Compute CLMike Kelly
2018-11-19IVGCVSW-2169 Remove DataLayoutIndexed from public APIMatthew Bentham
2018-11-19IVGCVSW-2043 - Merger using ACL for innermost concat axisNikhil Raj
2018-11-16IVGCVSW-2017: CLWorkload to use L2NormalizationFrancisMurtagh
2018-11-16IVGCVSW-2092 Port LSTMCell::Eval to ArmNNMatteo Martincigh
2018-11-05IVGCVSW-2113: Update ClDepthWiseConvolutionWOrkload to suit NCHW/NHWC DataLay...saoste01
2018-11-02IVGCVSW-1946: Remove armnn/src from the include pathsAron Virginas-Tar
2018-10-25IVGCVSW-2049 + IVGCVSW-2051 Create the CL Mean Float workload and addMatteo Martincigh
2018-10-22IVGCVSW-1955: Unify backend exceptions (wrap cl::Error)Aron Virginas-Tar
2018-10-22IVGCVSW-2061: Add ARMNN_SCOPED_PROFILING_EVENT_CL inside ClLstmFloatWorkload:...Aron Virginas-Tar
2018-10-22IVGCVSW-2024: Support NHWC for Pooling2D CpuRefJames Conroy
2018-10-22IVGCVSW-2023 CL and Neon implementation of BatchNorm with NHWCNikhil Raj
2018-10-22IVGCVSW-1885 add RefPadWorkload implementation and associated unit testsMohamed Nour Abouelseoud
2018-10-22IVGCVSW-1998 : replace Compute enum in LayerSupport free functionsDavid Beck
2018-10-22IVGCVSW-1938: Move backend-specific source files to the corresponding backendAron Virginas-Tar
2018-10-22IVGCVSW-1922 Unit test for DepthwiseConvolution with NHWCNikhil Raj
2018-10-22IVGCVSW-1951 Remove type templating from ClReshapeWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1951 Remove type templating from ClPooling2dWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1951 Remove type templating from ClMergerWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1951 Remove type templating from ClActivationWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1978: Support NHWC for ResizeBilinear CpuRefJames Conroy
2018-10-22IVGCVSW-1951 Remove type templating from ClConstantWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1951 Remove type templating from ClPermuteWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1951 remove type templating from ClPadWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1951-Remove type templating from ClAdditionWorkloadNattapat Chaimanowong
2018-10-10IVGCVSW-1860 Support NHWC for Pooling2DFrancis Murtagh
2018-10-10IVGCVSW-1985: Replace std::string* reasonIfNotSupported with Optional<std::st...arovir01
2018-10-10IVGCVSW-1951 Remove type templating from ClDepthwiseConvolutionWorkloadMatthew Bentham
2018-10-10IVGCVSW-1964 : replace optional biases with home-grown OptionalDavid Beck
2018-10-10IVGCVSW-1951 Remove type templating from ClConvolution2dWorkloadMatthew Bentham
2018-10-10IVGCVSW-1889 - Unit test Convolution2d with NHWCFrancis Murtagh
2018-10-10IVGCVSW-1863 Unit tests for NHWC L2NormalizationMatteo Martincigh
2018-10-10IVGCVSW-1931: Refactor ClResizeBilinearFloatWorkloadJames Conroy
2018-10-10IVGCVSW-1920 Unittests for NHWC Normalization Workloads and Layernarpra01
2018-10-10IVGCVSW-1931: Add data layout param for ResizeBilinearJames Conroy