Home
last modified time | relevance | path

Searched refs:CreateBackendContext (Results 1 – 17 of 17) sorted by relevance

/external/armnn/src/backends/reference/
DRefBackend.hpp29 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
DRefBackend.cpp45 IBackendInternal::IBackendContextPtr RefBackend::CreateBackendContext(const IRuntime::CreationOptio… in CreateBackendContext() function in armnn::RefBackend
/external/armnn/src/backends/backendsCommon/test/mockBackend/
DMockImportBackend.hpp38 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
DMockImportBackend.cpp66 IBackendInternal::IBackendContextPtr MockImportBackend::CreateBackendContext(const IRuntime::Creati… in CreateBackendContext() function in armnn::MockImportBackend
/external/armnn/src/backends/cl/
DClBackend.hpp39 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
DClBackend.cpp104 IBackendInternal::IBackendContextPtr ClBackend::CreateBackendContext(const IRuntime::CreationOption… in CreateBackendContext() function in armnn::ClBackend
/external/armnn/src/backends/neon/
DNeonBackend.hpp35 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
DNeonBackend.cpp94 IBackendInternal::IBackendContextPtr NeonBackend::CreateBackendContext(const IRuntime::CreationOpti… in CreateBackendContext() function in armnn::NeonBackend
/external/armnn/src/dynamic/sample/
DSampleDynamicBackend.cpp75 …IBackendInternal::IBackendContextPtr CreateBackendContext(const armnn::IRuntime::CreationOptions&)… in CreateBackendContext() function in sdb::SampleDynamicBackend
/external/armnn/src/backends/backendsCommon/
DIBackendInternal.cpp79 IBackendInternal::IBackendContextPtr IBackendInternal::CreateBackendContext(const IRuntime::Creatio… in CreateBackendContext() function in armnn::IBackendInternal
/external/armnn/include/armnn/backends/
DIBackendInternal.hpp136 virtual IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const;
/external/armnn/src/backends/backendsCommon/test/
DMockBackend.hpp160 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
DMockBackend.cpp100 IBackendInternal::IBackendContextPtr MockBackend::CreateBackendContext(const IRuntime::CreationOpti… in CreateBackendContext() function in armnn::MockBackend
/external/armnn/src/armnn/
DRuntime.cpp210 auto context = backend->CreateBackendContext(options); in Runtime()
/external/armnn/src/backends/
DREADME.md115 virtual IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const = 0;
220 …nn/backends/IBackendContext.hpp) interface. The framework calls the ```CreateBackendContext(...)```
/external/armnn/docs/
D04_backends.dox144 virtual IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const = 0;
249 …/armnn/backends/IBackendContext.hpp) interface. The framework calls the `CreateBackendContext(...)`
/external/armnn/src/armnn/test/
DOptimizerTests.cpp665 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const … in CreateBackendContext() function in MockBackend