ArmNN
 20.11
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 27 of file IRuntime.hpp.

Constructor & Destructor Documentation

◆ INetworkProperties()

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

Definition at line 29 of file IRuntime.hpp.

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

◆ ~INetworkProperties()

virtual ~INetworkProperties ( )
inlinevirtual

Definition at line 36 of file IRuntime.hpp.

36 {}

Member Data Documentation

◆ m_ExportEnabled

const bool m_ExportEnabled

Definition at line 34 of file IRuntime.hpp.

Referenced by LoadedNetwork::MakeLoadedNetwork().

◆ m_ImportEnabled

const bool m_ImportEnabled

Definition at line 33 of file IRuntime.hpp.

Referenced by LoadedNetwork::MakeLoadedNetwork().


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