/external/armnn/src/backends/reference/ |
D | RefBackend.hpp | 29 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
D | RefBackend.cpp | 45 IBackendInternal::IBackendContextPtr RefBackend::CreateBackendContext(const IRuntime::CreationOptio… in CreateBackendContext() function in armnn::RefBackend
|
/external/armnn/src/backends/backendsCommon/test/mockBackend/ |
D | MockImportBackend.hpp | 38 …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/cl/ |
D | ClBackend.hpp | 39 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
D | ClBackend.cpp | 104 IBackendInternal::IBackendContextPtr ClBackend::CreateBackendContext(const IRuntime::CreationOption… in CreateBackendContext() function in armnn::ClBackend
|
/external/armnn/src/backends/neon/ |
D | NeonBackend.hpp | 35 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
D | NeonBackend.cpp | 94 IBackendInternal::IBackendContextPtr NeonBackend::CreateBackendContext(const IRuntime::CreationOpti… in CreateBackendContext() function in armnn::NeonBackend
|
/external/armnn/src/dynamic/sample/ |
D | SampleDynamicBackend.cpp | 75 …IBackendInternal::IBackendContextPtr CreateBackendContext(const armnn::IRuntime::CreationOptions&)… in CreateBackendContext() function in sdb::SampleDynamicBackend
|
/external/armnn/src/backends/backendsCommon/ |
D | IBackendInternal.cpp | 79 IBackendInternal::IBackendContextPtr IBackendInternal::CreateBackendContext(const IRuntime::Creatio… in CreateBackendContext() function in armnn::IBackendInternal
|
/external/armnn/include/armnn/backends/ |
D | IBackendInternal.hpp | 136 virtual IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const;
|
/external/armnn/src/backends/backendsCommon/test/ |
D | MockBackend.hpp | 160 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
|
D | MockBackend.cpp | 100 IBackendInternal::IBackendContextPtr MockBackend::CreateBackendContext(const IRuntime::CreationOpti… in CreateBackendContext() function in armnn::MockBackend
|
/external/armnn/src/armnn/ |
D | Runtime.cpp | 210 auto context = backend->CreateBackendContext(options); in Runtime()
|
/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(...)```
|
/external/armnn/docs/ |
D | 04_backends.dox | 144 virtual IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const = 0; 249 …/armnn/backends/IBackendContext.hpp) interface. The framework calls the `CreateBackendContext(...)`
|
/external/armnn/src/armnn/test/ |
D | OptimizerTests.cpp | 665 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const … in CreateBackendContext() function in MockBackend
|