/external/armnn/src/backends/backendsCommon/test/mockBackend/ |
D | MockImportBackend.hpp | 39 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
D | MockImportBackend.cpp | 66 IBackendInternal::IBackendContextPtr MockImportBackend::CreateBackendContext(const IRuntime::Creati… in CreateBackendContext() function in armnn::MockImportBackend
|
/external/armnn/src/backends/tosaReference/ |
D | TosaRefBackend.hpp | 32 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
D | TosaRefBackend.cpp | 60 IBackendInternal::IBackendContextPtr TosaRefBackend::CreateBackendContext(const IRuntime::CreationO… in CreateBackendContext() function in armnn::TosaRefBackend
|
/external/armnn/src/backends/reference/ |
D | RefBackend.hpp | 46 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
D | RefBackend.cpp | 52 IBackendInternal::IBackendContextPtr RefBackend::CreateBackendContext(const IRuntime::CreationOptio… in CreateBackendContext() function in armnn::RefBackend
|
/external/armnn/src/backends/neon/ |
D | NeonBackend.hpp | 49 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
D | NeonBackend.cpp | 107 IBackendInternal::IBackendContextPtr NeonBackend::CreateBackendContext(const IRuntime::CreationOpti… in CreateBackendContext() function in armnn::NeonBackend
|
/external/armnn/src/backends/backendsCommon/ |
D | IBackendInternal.cpp | 71 IBackendInternal::IBackendContextPtr IBackendInternal::CreateBackendContext(const IRuntime::Creatio… in CreateBackendContext() function in armnn::IBackendInternal
|
/external/armnn/src/dynamic/sample/ |
D | SampleDynamicBackend.cpp | 77 …IBackendInternal::IBackendContextPtr CreateBackendContext(const armnn::IRuntime::CreationOptions&)… in CreateBackendContext() function in sdb::SampleDynamicBackend
|
/external/armnn/include/armnn/backends/ |
D | IBackendInternal.hpp | 130 virtual IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const;
|
/external/armnn/src/armnnTestUtils/ |
D | MockBackend.cpp | 136 IBackendInternal::IBackendContextPtr MockBackend::CreateBackendContext(const IRuntime::CreationOpti… in CreateBackendContext() function in armnn::MockBackend
|
/external/armnn/include/armnnTestUtils/ |
D | MockBackend.hpp | 71 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
/external/armnn/src/backends/cl/ |
D | ClBackend.hpp | 78 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
D | ClBackend.cpp | 236 IBackendInternal::IBackendContextPtr ClBackend::CreateBackendContext(const IRuntime::CreationOption… in CreateBackendContext() function in armnn::ClBackend
|
/external/armnn/src/armnn/test/ |
D | OptimizerTests.cpp | 221 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const … in CreateBackendContext() function in __anon1ac1e6d90111::CustomAllocatorBackend 281 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const … in CreateBackendContext() function in __anon1ac1e6d90111::NoProtectedModeMockBackend
|
/external/armnn/src/armnn/ |
D | Runtime.cpp | 501 auto context = backend->CreateBackendContext(options); in RuntimeImpl()
|
/external/armnn/src/backends/ |
D | README.md | 115 virtual IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const = 0; 220 …nn/backends/IBackendContext.hpp) interface. The framework calls the ```CreateBackendContext(...)```
|