ArmNN
 21.02
INetworkProperties Struct Reference

#include <IRuntime.hpp>

Public Member Functions

 INetworkProperties (bool importEnabled=false, bool exportEnabled=false)
 
virtual ~INetworkProperties ()
 

Public Attributes

const bool m_ImportEnabled
 
const bool m_ExportEnabled
 

Detailed Description

Definition at line 28 of file IRuntime.hpp.

Constructor & Destructor Documentation

◆ INetworkProperties()

INetworkProperties ( bool  importEnabled = false,
bool  exportEnabled = false 
)
inline

Definition at line 30 of file IRuntime.hpp.

31  : m_ImportEnabled(importEnabled),
32  m_ExportEnabled(exportEnabled) {}
const bool m_ImportEnabled
Definition: IRuntime.hpp:34
const bool m_ExportEnabled
Definition: IRuntime.hpp:35

◆ ~INetworkProperties()

virtual ~INetworkProperties ( )
inlinevirtual

Definition at line 37 of file IRuntime.hpp.

37 {}

Member Data Documentation

◆ m_ExportEnabled

const bool m_ExportEnabled

Definition at line 35 of file IRuntime.hpp.

Referenced by LoadedNetwork::MakeLoadedNetwork().

◆ m_ImportEnabled

const bool m_ImportEnabled

Definition at line 34 of file IRuntime.hpp.

Referenced by LoadedNetwork::MakeLoadedNetwork().


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