Home
last modified time | relevance | path

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

/external/armnn/src/backends/backendsCommon/test/mockBackend/
DMockImportBackend.hpp39 …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/tosaReference/
DTosaRefBackend.hpp32 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
DTosaRefBackend.cpp60 IBackendInternal::IBackendContextPtr TosaRefBackend::CreateBackendContext(const IRuntime::CreationO… in CreateBackendContext() function in armnn::TosaRefBackend
/external/armnn/src/backends/reference/
DRefBackend.hpp46 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
DRefBackend.cpp52 IBackendInternal::IBackendContextPtr RefBackend::CreateBackendContext(const IRuntime::CreationOptio… in CreateBackendContext() function in armnn::RefBackend
/external/armnn/src/backends/neon/
DNeonBackend.hpp49 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
DNeonBackend.cpp107 IBackendInternal::IBackendContextPtr NeonBackend::CreateBackendContext(const IRuntime::CreationOpti… in CreateBackendContext() function in armnn::NeonBackend
/external/armnn/src/backends/backendsCommon/
DIBackendInternal.cpp71 IBackendInternal::IBackendContextPtr IBackendInternal::CreateBackendContext(const IRuntime::Creatio… in CreateBackendContext() function in armnn::IBackendInternal
/external/armnn/src/dynamic/sample/
DSampleDynamicBackend.cpp77 …IBackendInternal::IBackendContextPtr CreateBackendContext(const armnn::IRuntime::CreationOptions&)… in CreateBackendContext() function in sdb::SampleDynamicBackend
/external/armnn/include/armnn/backends/
DIBackendInternal.hpp130 virtual IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const;
/external/armnn/src/armnnTestUtils/
DMockBackend.cpp136 IBackendInternal::IBackendContextPtr MockBackend::CreateBackendContext(const IRuntime::CreationOpti… in CreateBackendContext() function in armnn::MockBackend
/external/armnn/include/armnnTestUtils/
DMockBackend.hpp71 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
/external/armnn/src/backends/cl/
DClBackend.hpp78 …IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions&) const …
DClBackend.cpp236 IBackendInternal::IBackendContextPtr ClBackend::CreateBackendContext(const IRuntime::CreationOption… in CreateBackendContext() function in armnn::ClBackend
/external/armnn/src/armnn/test/
DOptimizerTests.cpp221 …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/
DRuntime.cpp501 auto context = backend->CreateBackendContext(options); in RuntimeImpl()
/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(...)```