24.02
|
#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 260 of file Network.hpp.
|
inline |
Definition at line 265 of file Network.hpp.
References armnn::error, and armnn::warning.
|
inline |
Definition at line 269 of file Network.hpp.
|
inline |
|
inline |
Definition at line 273 of file Network.hpp.
Referenced by armnn::AssignBackendsIConnectable().
|
inline |
Definition at line 275 of file Network.hpp.
Referenced by armnn::AssignBackendsIConnectable().
bool m_Error |
Definition at line 263 of file Network.hpp.
Referenced by armnn::ApplyBackendOptimizations(), armnn::AssignBackends(), armnn::AssignBackendsIConnectable(), armnn::Optimize(), armnn::ReturnWithError(), and armnn::SelectTensorHandleStrategy().
bool m_Warning |
Definition at line 262 of file Network.hpp.