ArmNN
 25.11
Loading...
Searching...
No Matches
INetworkProperties Struct Reference

#include <IRuntime.hpp>

Public Member Functions

 INetworkProperties (MemorySource inputSource, MemorySource outputSource, bool profilingEnabled=false, ProfilingDetailsMethod detailsMethod=ProfilingDetailsMethod::Undefined, bool externalMemoryManagementEnabled=false)
virtual ~INetworkProperties ()

Public Attributes

const bool m_ProfilingEnabled
const ProfilingDetailsMethod m_OutputNetworkDetailsMethod
const MemorySource m_InputSource
const MemorySource m_OutputSource
const bool m_ExternalMemoryManagementEnabled

Detailed Description

Examples
CustomMemoryAllocatorSample.cpp.

Definition at line 41 of file IRuntime.hpp.

Constructor & Destructor Documentation

◆ INetworkProperties()

INetworkProperties ( MemorySource inputSource,
MemorySource outputSource,
bool profilingEnabled = false,
ProfilingDetailsMethod detailsMethod = ProfilingDetailsMethod::Undefined,
bool externalMemoryManagementEnabled = false )
inline

Definition at line 43 of file IRuntime.hpp.

48 : m_ProfilingEnabled(profilingEnabled),
49 m_OutputNetworkDetailsMethod(detailsMethod),
50 m_InputSource(inputSource),
51 m_OutputSource(outputSource),
52 m_ExternalMemoryManagementEnabled(externalMemoryManagementEnabled)
53 {}

References m_ExternalMemoryManagementEnabled, m_InputSource, m_OutputNetworkDetailsMethod, m_OutputSource, m_ProfilingEnabled, and armnn::Undefined.

◆ ~INetworkProperties()

virtual ~INetworkProperties ( )
inlinevirtual

Definition at line 64 of file IRuntime.hpp.

64{}

Member Data Documentation

◆ m_ExternalMemoryManagementEnabled

const bool m_ExternalMemoryManagementEnabled

Definition at line 62 of file IRuntime.hpp.

Referenced by INetworkProperties().

◆ m_InputSource

const MemorySource m_InputSource

Definition at line 59 of file IRuntime.hpp.

Referenced by INetworkProperties().

◆ m_OutputNetworkDetailsMethod

const ProfilingDetailsMethod m_OutputNetworkDetailsMethod

Definition at line 57 of file IRuntime.hpp.

Referenced by INetworkProperties().

◆ m_OutputSource

const MemorySource m_OutputSource

Definition at line 60 of file IRuntime.hpp.

Referenced by INetworkProperties().

◆ m_ProfilingEnabled

const bool m_ProfilingEnabled

Definition at line 55 of file IRuntime.hpp.

Referenced by INetworkProperties().


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