ONE - On-device Neural Engine
|
Class to analyze tensor subsumption. More...
#include <AclSubTensorAnalyzer.h>
Public Member Functions | |
AclSubTensorAnalyzer (const ir::Graph &graph) | |
Construct a new SubTensorAnalyzer object. | |
void | setUsePadding () |
void | visit (const ir::operation::Concat &node) override |
std::unordered_map< ir::OperandIndex, cl_common::ParentInfo > && | releaseParentMap () |
Public Member Functions inherited from onert::ir::OperationVisitor | |
virtual | ~OperationVisitor ()=default |
Class to analyze tensor subsumption.
Definition at line 35 of file AclSubTensorAnalyzer.h.
|
inline |
Construct a new SubTensorAnalyzer object.
[in] | ctx | Graph operand set |
Definition at line 42 of file AclSubTensorAnalyzer.h.
|
inline |
Definition at line 102 of file AclSubTensorAnalyzer.h.
|
inline |
Definition at line 48 of file AclSubTensorAnalyzer.h.
|
inlineoverride |
NOTE Not support below cases.
Definition at line 50 of file AclSubTensorAnalyzer.h.
References onert::util::ObjectManager< Index, Object >::at(), onert::ir::OperandIndexSequence::at(), onert::ir::operation::Concat::Param::axis, onert::ir::OperandIndexSequence::contains(), onert::ir::Operation::getInputs(), onert::ir::Graph::getInputs(), onert::ir::Operation::getOutputs(), onert::ir::Graph::operands(), onert::ir::operation::Concat::param(), and onert::ir::Coordinates::set().