24.08
|
#include <IRuntime.hpp>
Public Member Functions | |
INetworkProperties (bool asyncEnabled, MemorySource inputSource, MemorySource outputSource, bool profilingEnabled=false, ProfilingDetailsMethod detailsMethod=ProfilingDetailsMethod::Undefined, bool externalMemoryManagementEnabled=false) | |
virtual | ~INetworkProperties () |
Public Attributes | |
const bool | m_AsyncEnabled |
const bool | m_ProfilingEnabled |
const ProfilingDetailsMethod | m_OutputNetworkDetailsMethod |
const MemorySource | m_InputSource |
const MemorySource | m_OutputSource |
const bool | m_ExternalMemoryManagementEnabled |
Definition at line 43 of file IRuntime.hpp.
|
inline |
Definition at line 45 of file IRuntime.hpp.
|
inlinevirtual |
Definition at line 70 of file IRuntime.hpp.
const bool m_AsyncEnabled |
Definition at line 59 of file IRuntime.hpp.
Referenced by LoadedNetwork::ImportInputs(), LoadedNetwork::ImportOutputs(), and LoadedNetwork::IsAsyncEnabled().
const bool m_ExternalMemoryManagementEnabled |
Definition at line 68 of file IRuntime.hpp.
const MemorySource m_InputSource |
Definition at line 65 of file IRuntime.hpp.
Referenced by LoadedNetwork::ImportInputs().
const ProfilingDetailsMethod m_OutputNetworkDetailsMethod |
Definition at line 63 of file IRuntime.hpp.
const MemorySource m_OutputSource |
Definition at line 66 of file IRuntime.hpp.
Referenced by LoadedNetwork::Execute().
const bool m_ProfilingEnabled |
Definition at line 61 of file IRuntime.hpp.