Searched refs:IBackendContext (Results 1 – 8 of 8) sorted by relevance
14 class IBackendContext class17 IBackendContext(const IRuntime::CreationOptions&) {} in IBackendContext() function in armnn::IBackendContext31 virtual ~IBackendContext() {} in ~IBackendContext()34 using IBackendContextUniquePtr = std::unique_ptr<IBackendContext>;
10 IBackendContext.hpp
90 using IBackendContextPtr = std::unique_ptr<IBackendContext>;
17 class ClBackendContext : public IBackendContext
63 : IBackendContext(options) in ClBackendContext()
16 IBackendContext.hpp
148 * When the Runtime is initialized it creates an optional ```IBackendContext``` object and keeps thi…217 ## The IBackendContext interface220 [IBackendContext](../../include/armnn/backends/IBackendContext.hpp) interface. The framework calls …
3764 FileName: ./include/armnn/backends/IBackendContext.hpp10644 FileName: ./src/backends/backendsCommon/IBackendContext.hpp