|
ONE - On-device Neural Engine
|
#include <IGraph.h>
Public Member Functions | |
| virtual | ~IGraph ()=default |
| virtual const OperandIndexSequence & | getInputs () const =0 |
| virtual const OperandIndexSequence & | getOutputs () const =0 |
| virtual IOIndex | getInputIndex (const std::string &name) const =0 |
| virtual IOIndex | getOutputIndex (const std::string &name) const =0 |
| virtual const Operands & | operands () const =0 |
| virtual const Operations & | operations () const =0 |
| virtual void | changeShape (const OperandIndex &index, const ir::Shape &new_shape)=0 |
|
virtualdefault |
|
pure virtual |
Implemented in onert::ir::Graph, and onert::ir::train::TrainableGraph.
|
pure virtual |
Implemented in onert::ir::Graph, and onert::ir::train::TrainableGraph.
|
pure virtual |
Implemented in onert::ir::Graph, and onert::ir::train::TrainableGraph.
|
pure virtual |
Implemented in onert::ir::Graph, and onert::ir::train::TrainableGraph.
|
pure virtual |
Implemented in onert::ir::Graph, and onert::ir::train::TrainableGraph.
|
pure virtual |
Implemented in onert::ir::Graph, and onert::ir::train::TrainableGraph.
|
pure virtual |
Implemented in onert::ir::Graph, and onert::ir::train::TrainableGraph.