aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/ClWorkloadFactory.cpp
AgeCommit message (Expand)Author
2020-03-19Creating gh-pages documentation for ArmNNJim Flynn
2020-02-14IVGCVSW-4420 Failing Unit Test Cl: Quantize layerKeith Davis
2020-01-31IVGCVSW-4390 Refactor QUANTIZE to make use of Decoder/Encoder typesKeith Davis
2020-01-23IVGCVSW-4259 Add frontend and reference workload for UnaryOperationLayerjosh minor
2020-01-07IVGCVSW-4246 Enable -Wextra by defaultDerek Lamberti
2020-01-02IVGCVSW-4246 Clean build of backends with -WextraDerek Lamberti
2019-12-05Replace boost logging with simple loggerDerek Lamberti
2019-11-27IVGCVSW-3728 Add CL workload for SliceAron Virginas-Tar
2019-11-13IVGCVSW-3695 Add CL ArgMinMax workloadJames Conroy
2019-10-21IVGCVSW-3993 Add frontend and reference workload for ComparisonLayerAron Virginas-Tar
2019-10-09IVGCVSW-3889 Add CL workload for INSTANCE_NORMALIZATIONAron Virginas-Tar
2019-09-30IVGCVSW-3732 Add CL workload for DepthToSpaceAron Virginas-Tar
2019-09-24IVGCVSW-3623 Implement NeonTensorHandle::ImportDavid Monahan
2019-09-12Fix CL workload creation methods not using MakeWorkloadAron Virginas-Tar
2019-09-10IVGCVSW-3829 Add CL workload for RSQRTAron Virginas-Tar
2019-09-10IVGCVSW-3823 Add CL workload support for ABSAron Virginas-Tar
2019-08-09IVGCVSW-3474 Add end to end tests for Quantized_LSTMFrancis Murtagh
2019-08-05IVGCVSW-3277 Mem export/import suppor for TensorsDerek Lamberti
2019-08-05IVGCVSW-3342 Add CL backend support for Quantized_LSTM (16bit cell state)Ferran Balaguer
2019-08-01IVGCVSW-3539 Add CL support and tests for StackMatthew Jackson
2019-07-12IVGCVSW-3296 Add CL backend support for ResizeNearestNeighbourAron Virginas-Tar
2019-07-05IVGCVSW-3353 Add CL support and tests for SpaceToDepthJames Conroy
2019-07-05IVGCVSW-3293 Add CL backend support for PReLUNikhil Raj
2019-07-02IVGCVSW-3382 Deprecate ResizeBilinear and use Resize with Bilinear methodAron Virginas-Tar
2019-06-28IVGCVSW-3162 Support CL workload for TransposeConv2DAron Virginas-Tar
2019-05-31IVGCVSW-3147 Add CL Dequantization workloadJim Flynn
2019-05-31IVGCVSW-3165 Added accidentally removed CreateFakeQuantization FunctionSadik Armagan
2019-05-31IVGCVSW-3186 Add ClQuantizeWorkloadSadik Armagan
2019-05-28IVGCVSW-3119 Rename MergerLayer to ConcatLayerJim Flynn
2019-05-20IVGCVSW-3124 Rename workloadFactory CreateMerger to CreateConcatJim Flynn
2019-05-20IVGCVSW-3117 Rename ClMergerWorkload to ClConcatWorkloadJim Flynn
2019-04-16IVGCVSW-2957 MergerLayer subtensor optimization now backend agnosticDerek Lamberti
2019-01-29IVGCVSW-2443 Add Cl support for Greater operatorNattapat Chaimanowong
2019-01-24IVGCVSW-2555 Add no-op implementation for Detection PostProcessNarumol Prangnawarat
2019-01-24IVGCVSW-2503 Refactor RefElementwiseWorkload around Equal and Greaterkevmay01
2019-01-16IVGCVSW-2508 Add no-op factory implementations and layer for Gather operatornarpra01
2019-01-15IVGCVSW-2454 Merge together the pluggable backends work (was in aMatteo Martincigh
2019-01-09IVGCVSW-2438 Add Minimum operator support (CL)saoste01
2019-01-07IVGCVSW-2371 Add Rsqrt Ref implementationMohamed Nour Abouelseoud
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-17IVGCVSW-2398 Add no-op factory implementations for all backends for theFrancisMurtagh
2018-12-14IVGCVSW-2377 Add no-op factory implementations for all backends for theMatteo Martincigh
2018-12-03IVGCVSW-2315 Add DebugLayer and no-op factory methodNattapat Chaimanowong
2018-11-29IVGCVSW-2245 Add Minimum Layer and no-op Factory implementationkevmay01
2018-11-28IVGCVSW-2253 Add maximum layer and corresponding no-op factory implementationNattapat Chaimanowong
2018-11-28IVGCVSW-1199: BATCH_TO_SPACE_ND integrate Arm Compute CLMike Kelly
2018-11-15IVGCVSW-2086: Add StridedSlice layer & corresponding no-op factory implementa...Conor Kennedy
2018-11-15IVGCVSW-2136: Remove memory management methods from workload factoriesAron Virginas-Tar