Home
last modified time | relevance | path

Searched defs:IRuntime (Results 1 – 4 of 4) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DIRuntime.java19 public interface IRuntime extends IExecutionDataAccessorGenerator { interface
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_runtime.i309 IRuntime(const CreationOptions& options) { in IRuntime() function
/external/armnn/src/armnn/
DRuntime.cpp41 IRuntime::IRuntime() : pRuntimeImpl( new RuntimeImpl(armnn::IRuntime::CreationOptions())) {} in IRuntime() function in armnn::IRuntime
43 IRuntime::IRuntime(const IRuntime::CreationOptions& options) : pRuntimeImpl(new RuntimeImpl(options… in IRuntime() function in armnn::IRuntime
/external/armnn/include/armnn/
DIRuntime.hpp82 class IRuntime class