|
25.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 263 of file Network.hpp.
|
inline |
|
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.
Referenced by armnn::AssignBackendsIConnectable().
| bool m_Error |
Definition at line 266 of file Network.hpp.
Referenced by armnn::ApplyBackendOptimizations(), armnn::AssignBackends(), armnn::AssignBackendsIConnectable(), and armnn::ReturnWithError().
| bool m_Warning |
Definition at line 265 of file Network.hpp.
Referenced by armnn::AttemptBackendAssignment().