Searched defs:IRuntime (Results 1 – 4 of 4) sorted by relevance
19 public interface IRuntime extends IExecutionDataAccessorGenerator { interface
309 IRuntime(const CreationOptions& options) { in IRuntime() function
41 IRuntime::IRuntime() : pRuntimeImpl( new RuntimeImpl(armnn::IRuntime::CreationOptions())) {} in IRuntime() function in armnn::IRuntime43 IRuntime::IRuntime(const IRuntime::CreationOptions& options) : pRuntimeImpl(new RuntimeImpl(options… in IRuntime() function in armnn::IRuntime
82 class IRuntime class