ArmNN
 20.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 26 of file IRuntime.hpp.

Constructor & Destructor Documentation

◆ INetworkProperties()

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

Definition at line 28 of file IRuntime.hpp.

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

◆ ~INetworkProperties()

virtual ~INetworkProperties ( )
inlinevirtual

Definition at line 35 of file IRuntime.hpp.

35 {}

Member Data Documentation

◆ m_ExportEnabled

const bool m_ExportEnabled

Definition at line 33 of file IRuntime.hpp.

Referenced by LoadedNetwork::MakeLoadedNetwork().

◆ m_ImportEnabled

const bool m_ImportEnabled

Definition at line 32 of file IRuntime.hpp.

Referenced by LoadedNetwork::MakeLoadedNetwork().


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