|
ONE - On-device Neural Engine
|
#include <NodeSummary.h>
Data Structures | |
| class | Comments |
| Multi-line comments. More... | |
Public Types | |
| enum class | State { Invalid , PartiallyKnown , Complete } |
Public Member Functions | |
| NodeDesc ()=default | |
| NodeDesc (const OpName &opname) | |
| const OpName & | opname (void) const |
| void | opname (const OpName &value) |
| const ArgDesc & | args (void) const |
| ArgDesc & | args (void) |
| const Comments & | comments (void) const |
| Comments & | comments (void) |
| const State & | state (void) const |
| void | state (const State &s) |
Definition at line 50 of file NodeSummary.h.
|
strong |
| Enumerator | |
|---|---|
| Invalid | |
| PartiallyKnown | |
| Complete | |
Definition at line 71 of file NodeSummary.h.
|
default |
|
inline |
|
inline |
Definition at line 96 of file NodeSummary.h.
Referenced by validate_global_conf.ArgumentParser::__init__(), validate_global_conf.ArgumentParser::add_argument(), Command.Command::add_noarg_option_if_valid_arg(), and Command.Command::add_option_with_valid_args().
|
inline |
Definition at line 95 of file NodeSummary.h.
Referenced by validate_global_conf.ArgumentParser::__init__(), validate_global_conf.ArgumentParser::add_argument(), Command.Command::add_noarg_option_if_valid_arg(), Command.Command::add_option_with_valid_args(), and locop::GenericNodeSummaryBuilder::build().
|
inline |
Definition at line 99 of file NodeSummary.h.
|
inline |
Definition at line 98 of file NodeSummary.h.
Referenced by locop::FormattedGraphImpl< Formatter::LinearV1 >::dump().
| void locop::NodeDesc::opname | ( | const OpName & | value | ) |
Definition at line 38 of file NodeSummary.cpp.
| const std::string & locop::NodeDesc::opname | ( | void | ) | const |
Definition at line 31 of file NodeSummary.cpp.
Referenced by locop::GenericNodeSummaryBuilder::build(), and NodeDesc().
|
inline |
Definition at line 102 of file NodeSummary.h.
|
inline |
Definition at line 101 of file NodeSummary.h.
Referenced by locop::GenericNodeSummaryBuilder::build().