IVGCVSW-3296 Add CL backend support for ResizeNearestNeighbour
[platform/upstream/armnn.git] / src / backends / cl / ClWorkloadFactory.cpp
2019-07-12 Aron Virginas-TarIVGCVSW-3296 Add CL backend support for ResizeNearestNe...
2019-07-05 James ConroyIVGCVSW-3353 Add CL support and tests for SpaceToDepth
2019-07-05 Nikhil RajIVGCVSW-3293 Add CL backend support for PReLU
2019-07-02 Aron Virginas-TarIVGCVSW-3382 Deprecate ResizeBilinear and use Resize...
2019-06-28 Aron Virginas-TarIVGCVSW-3162 Support CL workload for TransposeConv2D
2019-05-31 Jim FlynnIVGCVSW-3147 Add CL Dequantization workload
2019-05-31 Sadik ArmaganIVGCVSW-3165 Added accidentally removed CreateFakeQuant...
2019-05-31 Sadik ArmaganIVGCVSW-3186 Add ClQuantizeWorkload
2019-05-28 Jim FlynnIVGCVSW-3119 Rename MergerLayer to ConcatLayer
2019-05-20 Jim FlynnIVGCVSW-3124 Rename workloadFactory CreateMerger to...
2019-05-20 Jim FlynnIVGCVSW-3117 Rename ClMergerWorkload to ClConcatWorkload
2019-04-16 Derek LambertiIVGCVSW-2957 MergerLayer subtensor optimization now...
2019-01-29 Nattapat ChaimanowongIVGCVSW-2443 Add Cl support for Greater operator
2019-01-24 Narumol PrangnawaratIVGCVSW-2555 Add no-op implementation for Detection...
2019-01-24 kevmay01IVGCVSW-2503 Refactor RefElementwiseWorkload around...
2019-01-16 narpra01IVGCVSW-2508 Add no-op factory implementations and...
2019-01-15 Matteo MartincighIVGCVSW-2454 Merge together the pluggable backends...
2019-01-09 saoste01IVGCVSW-2438 Add Minimum operator support (CL)
2019-01-07 Mohamed Nour Aboue... IVGCVSW-2371 Add Rsqrt Ref implementation
2018-12-20 Sadik ArmaganIVGCVSW-2164 Added ACL implementation of SpaceToBatchNd...
2018-12-20 keidav01IVGCVSW-2211 Maximum operator support (CL)
2018-12-18 keidav01IVGCVSW-2131 Implementation of StridedSlice operation
2018-12-17 FrancisMurtaghIVGCVSW-2398 Add no-op factory implementations for...
2018-12-14 Matteo MartincighIVGCVSW-2377 Add no-op factory implementations for...
2018-12-03 Nattapat ChaimanowongIVGCVSW-2315 Add DebugLayer and no-op factory method
2018-11-29 kevmay01IVGCVSW-2245 Add Minimum Layer and no-op Factory implem...
2018-11-28 Nattapat ChaimanowongIVGCVSW-2253 Add maximum layer and corresponding no...
2018-11-28 Mike KellyIVGCVSW-1199: BATCH_TO_SPACE_ND integrate Arm Compute CL
2018-11-15 Conor KennedyIVGCVSW-2086: Add StridedSlice layer & corresponding...
2018-11-15 Aron Virginas-TarIVGCVSW-2136: Remove memory management methods from...
2018-11-13 Aron Virginas-TarIVGCVSW-2066: Add IMemoryManager and integrate into...
2018-11-12 Éanna Ó CatháinIVGCVSW-2054: BATCH_TO_SPACE_ND Reference implementatio...
2018-11-08 Aron Virginas-TarIVGCVSW-1709: Clean up memory manager bodge
2018-11-07 David BeckIVGCVSW-1949 : Refactor ITensorHandle and move backend...
2018-11-02 Aron Virginas-TarIVGCVSW-1946: Remove armnn/src from the include paths
2018-11-02 Nattapat ChaimanowongIVGCVSW-2093 Add SpaceToBatchNd layer and corresponding...
2018-10-25 Matteo MartincighIVGCVSW-2049 + IVGCVSW-2051 Create the CL Mean Float...
2018-10-25 David BeckIVGCVSW-2071 : remove GetCompute() from the WorkloadFac...
2018-10-25 David BeckIVGCVSW-2067 : dynamically create workload factories...
2018-10-22 Aron Virginas-TarIVGCVSW-1955: Unify backend exceptions (wrap cl::Error)
2018-10-22 Aron Virginas-TarIVGCVSW-2006: Move ACL memory manager source code under...
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 Remove type templating from ClReshapeWorkload
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 Remove type templating from ClPooling2dWor...
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 Remove type templating from ClMergerWorkload
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 Remove type templating from ClActivationWo...
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 Remove type templating from ClConstantWorkload
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 Remove type templating from ClPermuteWorkload
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 remove type templating from ClPadWorkload
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951-Remove type templating from ClAdditionWorkload
2018-10-10 Matthew BenthamIVGCVSW-1951 Remove type templating from ClDepthwiseCon...
2018-10-10 Matthew BenthamIVGCVSW-1951 Remove type templating from ClConvolution2...
2018-10-10 Matthew BenthamIVGCVSW-1951 Remove type templating from ClSplitterWorkload
2018-10-10 Matthew BenthamIVGCVSW-1951 Remove type templating from ClSubtractionW...
2018-10-10 Matthew BenthamIVGCVSW-1207 - Remove typing from ClMultiplicationWorkload
2018-10-10 David BeckIVGCVSW-1900 : CL backend folder structure