IVGCVSW-3656 Make the reference backend optional
[platform/upstream/armnn.git] / src / backends / cl / ClBackend.cpp
2019-08-22 Matteo MartincighIVGCVSW-3656 Make the reference backend optional
2019-08-20 Jan EilersIVGCVSW-3617 Add CL TensorHandleFactory
2019-05-22 Matteo MartincighIVGCVSW-3132 Reintroduce SubGraph definition, but depre...
2019-05-03 Matteo MartincighIVGCVSW-3030 Update the backend code to create also...
2019-04-30 Derek LambertiIVGCVSW-2405 Rename SubGraph to SubgraphView
2019-01-30 Matteo MartincighIVGCVSW-2458 Refactor the Optimize function (Network...
2019-01-15 Matteo MartincighIVGCVSW-2454 Merge together the pluggable backends...
2018-11-13 Aron Virginas-TarIVGCVSW-2066: Add IMemoryManager and integrate into...
2018-11-12 David BeckIVGCVSW-2125 : Consolidate backend registries into one
2018-11-09 David BeckIVGCVSW-2125 : backends now can return optimizations
2018-11-08 David BeckIVGCVSW-2056+IVGCVSW-2064 : move ClContextControl to...
2018-11-05 David BeckRevert "IVGCVSW-2056 + IVGCVSW-2064 : move ClContextCon...
2018-11-02 Aron Virginas-TarIVGCVSW-1946: Remove armnn/src from the include paths
2018-10-26 David BeckIVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl...
2018-10-25 David BeckIVGCVSW-2067 : dynamically create workload factories...
2018-10-22 David BeckIVGCVSW-2037 : separate registry for layer support...
2018-10-22 David BeckIVGCVSW-1998 : replace Compute enum in LayerSupport...
2018-10-22 arovir01IVGCVSW-1996: Implement CreateWorkloadFactory() across...
2018-10-22 David BeckIVGCVSW-1952 : add BackendId class to prepare for the...
2018-10-22 David BeckIVGCVSW-1989 : implement backend creation and registry...
2018-10-10 arovir01IVGCVSW-1963: Add implementation classes for Cl, Neon...