24.08
|
#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 |
Definition at line 263 of file Network.hpp.
|
inline |
Definition at line 268 of file Network.hpp.
References armnn::error, and armnn::warning.
|
inline |
Definition at line 272 of file Network.hpp.
|
inline |
|
inline |
Definition at line 276 of file Network.hpp.
Referenced by armnn::AssignBackendsIConnectable().
|
inline |
Definition at line 278 of file Network.hpp.
bool m_Error |
Definition at line 266 of file Network.hpp.
Referenced by armnn::ApplyBackendOptimizations(), armnn::AssignBackends(), armnn::AssignBackendsIConnectable(), armnn::Optimize(), and armnn::ReturnWithError().
bool m_Warning |
Definition at line 265 of file Network.hpp.