ONE - On-device Neural Engine
|
Functions | |
std::string | formatOperandBrief (ir::OperandIndex ind) |
std::string | formatOperand (const ir::Graph &, ir::OperandIndex ind) |
std::string | formatOperation (const ir::IOperation &op, ir::OperationIndex ind) |
std::string | formatOperation (const ir::Graph &graph, ir::OperationIndex ind) |
void | dumpGraph (const ir::Graph &graph) |
void | dumpLoweredGraph (const compiler::LoweredGraph &lgraph) |
void | dumpLoweredGraph (const compiler::train::LoweredTrainableGraph &lgraph) |
void onert::dumper::text::dumpGraph | ( | const ir::Graph & | graph | ) |
Definition at line 79 of file GraphDumper.cc.
References formatOperation(), onert::ir::Operand::originIndex(), and VERBOSE.
Referenced by dumpLoweredGraph(), and dumpLoweredGraph().
void onert::dumper::text::dumpLoweredGraph | ( | const compiler::LoweredGraph & | lgraph | ) |
Definition at line 94 of file GraphDumper.cc.
References dumpGraph(), and onert::compiler::LoweredGraph::graph().
void onert::dumper::text::dumpLoweredGraph | ( | const compiler::train::LoweredTrainableGraph & | lgraph | ) |
Definition at line 100 of file GraphDumper.cc.
References dumpGraph(), and onert::compiler::train::LoweredTrainableGraph::graph().
std::string onert::dumper::text::formatOperand | ( | const ir::Graph & | , |
ir::OperandIndex | ind | ||
) |
Definition at line 52 of file GraphDumper.cc.
std::string onert::dumper::text::formatOperandBrief | ( | ir::OperandIndex | ind | ) |
Definition at line 45 of file GraphDumper.cc.
std::string onert::dumper::text::formatOperation | ( | const ir::Graph & | graph, |
ir::OperationIndex | ind | ||
) |
Definition at line 72 of file GraphDumper.cc.
References formatOperation().
std::string onert::dumper::text::formatOperation | ( | const ir::IOperation & | op, |
ir::OperationIndex | ind | ||
) |
Definition at line 60 of file GraphDumper.cc.
References onert::ir::IOperation::getInputs(), onert::ir::IOperation::getOutputs(), and onert::ir::IOperation::name().
Referenced by onert::compiler::Linear::dump(), dumpGraph(), and formatOperation().