ONE - On-device Neural Engine
|
#include <Linear.h>
Static Public Member Functions | |
static std::vector< ir::OperationIndex > | linearize (const compiler::ILoweredGraph &lowered_graph) |
static void | dump (const compiler::ILoweredGraph &lowered_graph, const std::vector< ir::OperationIndex > &order) |
|
static |
Definition at line 37 of file Linear.cc.
References onert::dumper::text::formatOperation(), onert::compiler::ILoweredGraph::graph(), and VERBOSE.
|
static |
Definition at line 31 of file Linear.cc.
References onert::compiler::ILoweredGraph::graph(), and onert::ir::Graph::topolSortOperations().