ArmNN
 21.11
OptimizationResult Struct Reference

#include <Network.hpp>

Public Member Functions

 OptimizationResult (bool warning, bool error)
 
 OptimizationResult ()
 
bool IsOk () const
 
bool IsWarningOnly () const
 
bool IsError () const
 

Public Attributes

bool m_Warning
 
bool m_Error
 

Detailed Description

Definition at line 257 of file Network.hpp.

Constructor & Destructor Documentation

◆ OptimizationResult() [1/2]

◆ OptimizationResult() [2/2]

OptimizationResult ( )
inline

Definition at line 266 of file Network.hpp.

267  : OptimizationResult(false, false)
268  {}

Member Function Documentation

◆ IsError()

bool IsError ( ) const
inline

Definition at line 274 of file Network.hpp.

Referenced by armnn::AssignBackends().

275  { return m_Error; }

◆ IsOk()

bool IsOk ( ) const
inline

Definition at line 270 of file Network.hpp.

Referenced by armnn::AssignBackends(), and TEST_SUITE().

◆ IsWarningOnly()

bool IsWarningOnly ( ) const
inline

Definition at line 272 of file Network.hpp.

Referenced by armnn::AssignBackends().

Member Data Documentation

◆ m_Error

◆ m_Warning

bool m_Warning

Definition at line 259 of file Network.hpp.


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