ONE - On-device Neural Engine
|
#include <GraphLowerInfo.h>
Data Fields | |
std::unordered_map< ir::OperationIndex, const backend::Backend * > | operation |
util::ObjectManager< ir::OperandIndex, OperandLowerInfo > | operand |
Definition at line 33 of file GraphLowerInfo.h.
util::ObjectManager<ir::OperandIndex, OperandLowerInfo> onert::compiler::GraphLowerInfo::operand |
Definition at line 36 of file GraphLowerInfo.h.
Referenced by onert::compiler::pass::PermutationInsertionPass::callback(), and onert::compiler::pass::ConstantLoweringPass::callback().
std::unordered_map<ir::OperationIndex, const backend::Backend *> onert::compiler::GraphLowerInfo::operation |
Definition at line 35 of file GraphLowerInfo.h.
Referenced by onert::compiler::pass::PermutationInsertionPass::callback(), onert::compiler::pass::ConstantInsertionPass::callback(), and onert::compiler::pass::ConstantLoweringPass::callback().