ONE - On-device Neural Engine
|
Class that contains lowering information on graph. In addition, after lowering, operands in graph will be set to "dynamic" if the shape of output of an operation cannot be decided at compilation time. More...
#include <LoweredGraph.h>
Public Member Functions | |
LoweredGraph (const ir::Graph &graph, const compiler::CompilerOptions &options) | |
ir::Graph & | graph () override |
const ir::Graph & | graph () const override |
const compiler::GraphLowerInfo & | lower_info () const override |
compiler::GraphLowerInfo & | lower_info () override |
std::shared_ptr< ir::OperationIndexMap< int64_t > > | indexed_ranks () |
void | setHasDynamicTensor (ir::OperationIndex ind, bool val) override |
bool | getHasDynamicTensor (ir::OperationIndex ind) const override |
Public Member Functions inherited from onert::compiler::ILoweredGraph | |
virtual | ~ILoweredGraph ()=default |
Class that contains lowering information on graph. In addition, after lowering, operands in graph will be set to "dynamic" if the shape of output of an operation cannot be decided at compilation time.
Definition at line 36 of file LoweredGraph.h.
onert::compiler::LoweredGraph::LoweredGraph | ( | const ir::Graph & | graph, |
const compiler::CompilerOptions & | options | ||
) |
Definition at line 41 of file LoweredGraph.cc.
|
inlineoverridevirtual |
Implements onert::compiler::ILoweredGraph.
Definition at line 51 of file LoweredGraph.h.
|
inlineoverridevirtual |
Implements onert::compiler::ILoweredGraph.
Definition at line 42 of file LoweredGraph.h.
Referenced by TopologicalSortHelper.TopologicalSortHelper::add_edge(), and TopologicalSortHelper.TopologicalSortHelper::sort_util().
|
inlineoverridevirtual |
Implements onert::compiler::ILoweredGraph.
Definition at line 41 of file LoweredGraph.h.
Referenced by TopologicalSortHelper.TopologicalSortHelper::add_edge(), onert::dumper::text::dumpLoweredGraph(), and TopologicalSortHelper.TopologicalSortHelper::sort_util().
|
inline |
Definition at line 45 of file LoweredGraph.h.
|
inlineoverridevirtual |
Implements onert::compiler::ILoweredGraph.
Definition at line 43 of file LoweredGraph.h.
|
inlineoverridevirtual |
Implements onert::compiler::ILoweredGraph.
Definition at line 44 of file LoweredGraph.h.
|
inlineoverridevirtual |
Implements onert::compiler::ILoweredGraph.
Definition at line 47 of file LoweredGraph.h.