ArmNN
 21.05
INetworkProperties Struct Reference

#include <IRuntime.hpp>

Public Member Functions

 INetworkProperties (bool importEnabled=false, bool exportEnabled=false, bool asyncEnabled=false, size_t numThreads=0)
 
 INetworkProperties (bool asyncEnabled, MemorySource m_InputSource, MemorySource m_OutputSource, size_t numThreads=0)
 
virtual ~INetworkProperties ()
 

Public Attributes

const bool m_ImportEnabled
 Deprecated and will be removed in future release. More...
 
const bool m_ExportEnabled
 Deprecated and will be removed in future release. More...
 
const bool m_AsyncEnabled
 
const size_t m_NumThreads
 
const MemorySource m_InputSource
 
const MemorySource m_OutputSource
 

Detailed Description

Definition at line 30 of file IRuntime.hpp.

Constructor & Destructor Documentation

◆ INetworkProperties() [1/2]

INetworkProperties ( bool  importEnabled = false,
bool  exportEnabled = false,
bool  asyncEnabled = false,
size_t  numThreads = 0 
)
inline

Definition at line 33 of file IRuntime.hpp.

37  : m_ImportEnabled(importEnabled)
38  , m_ExportEnabled(exportEnabled)
39  , m_AsyncEnabled(asyncEnabled)
40  , m_NumThreads(numThreads)
43  {}
const MemorySource m_InputSource
Definition: IRuntime.hpp:65
const size_t m_NumThreads
Definition: IRuntime.hpp:63
const bool m_ImportEnabled
Deprecated and will be removed in future release.
Definition: IRuntime.hpp:58
const bool m_ExportEnabled
Deprecated and will be removed in future release.
Definition: IRuntime.hpp:60
const MemorySource m_OutputSource
Definition: IRuntime.hpp:66

◆ INetworkProperties() [2/2]

INetworkProperties ( bool  asyncEnabled,
MemorySource  m_InputSource,
MemorySource  m_OutputSource,
size_t  numThreads = 0 
)
inline

Definition at line 45 of file IRuntime.hpp.

51  , m_AsyncEnabled(asyncEnabled)
52  , m_NumThreads(numThreads)
55  {}
const MemorySource m_InputSource
Definition: IRuntime.hpp:65
const size_t m_NumThreads
Definition: IRuntime.hpp:63
const bool m_ImportEnabled
Deprecated and will be removed in future release.
Definition: IRuntime.hpp:58
const bool m_ExportEnabled
Deprecated and will be removed in future release.
Definition: IRuntime.hpp:60
const MemorySource m_OutputSource
Definition: IRuntime.hpp:66

◆ ~INetworkProperties()

virtual ~INetworkProperties ( )
inlinevirtual

Definition at line 68 of file IRuntime.hpp.

68 {}

Member Data Documentation

◆ m_AsyncEnabled

const bool m_AsyncEnabled

Definition at line 62 of file IRuntime.hpp.

Referenced by LoadedNetwork::MakeLoadedNetwork().

◆ m_ExportEnabled

const bool m_ExportEnabled

Deprecated and will be removed in future release.

Definition at line 60 of file IRuntime.hpp.

◆ m_ImportEnabled

const bool m_ImportEnabled

Deprecated and will be removed in future release.

Definition at line 58 of file IRuntime.hpp.

◆ m_InputSource

const MemorySource m_InputSource

Definition at line 65 of file IRuntime.hpp.

◆ m_NumThreads

const size_t m_NumThreads

Definition at line 63 of file IRuntime.hpp.

◆ m_OutputSource

const MemorySource m_OutputSource

Definition at line 66 of file IRuntime.hpp.


The documentation for this struct was generated from the following file: