|
ONE - On-device Neural Engine
|
#include <Pad.h>

Public Member Functions | |
| Pad (const OperationType &operation) | |
| std::unique_ptr< ITrainableOperation > | clone () const override |
| void | accept (OperationVisitor &v) const override |
| void | accept (TrainableOperationVisitor &v) const override |
| bool | hasTrainableParameter () const override |
Public Member Functions inherited from onert::ir::operation::Pad | |
| Pad (const OperandIndexSequence &inputs, const OperandIndexSequence &outputs) | |
| OpCode | opcode () const final |
Public Member Functions inherited from onert::ir::Operation | |
| Operation (OperandConstraint input_constr, const OperandIndexSequence &inputs, const OperandIndexSequence &outputs, OperandConstraint output_constr=OperandConstraint::createAny()) | |
| Operation (OperandConstraint input_constr, OperandConstraint output_constr=OperandConstraint::createAny()) | |
| Operation (const Operation &)=default | |
| Operation (Operation &&)=default | |
| Operation & | operator= (const Operation &)=default |
| Operation & | operator= (Operation &&)=default |
| virtual | ~Operation () |
| void | replaceInputs (const OperandIndex &from, const OperandIndex &to) override |
| void | replaceOutputs (const OperandIndex &from, const OperandIndex &to) override |
| OperandIndexSequence & | getInputs () |
| const OperandIndexSequence & | getInputs () const override |
| OperandIndexSequence | getUsedInputSet () const override |
| const OperandIndexSequence & | getOutputs () const override |
| OperandIndexSequence | getUsedOutputSet () const override |
| void | setInputs (const OperandIndexSequence &indexes) |
| void | setOutputs (const OperandIndexSequence &indexes) |
Public Member Functions inherited from onert::ir::IOperation | |
| virtual | ~IOperation ()=default |
| virtual std::string | name () const |
Public Member Functions inherited from onert::ir::train::TrainableOperation | |
| virtual | ~TrainableOperation ()=default |
| void | disableWeightsUpdate () final |
| void | enableWeightsUpdate () final |
| virtual bool | isWeightsUpdateEnabled () const final |
| void | enableBackward () final |
| void | disableBackward () final |
| virtual bool | isRequiredForBackward () const final |
Public Member Functions inherited from onert::ir::train::ITrainableOperation | |
| virtual | ~ITrainableOperation ()=default |
Additional Inherited Members | |
Public Types inherited from onert::ir::operation::Pad | |
| enum | Input { INPUT = 0 , PAD = 1 , VALUE = 2 } |
| onert::ir::train::operation::Pad::Pad | ( | const OperationType & | operation | ) |
|
overridevirtual |
Reimplemented from onert::ir::operation::Pad.
Definition at line 27 of file Pad.cc.
|
overridevirtual |
Implements onert::ir::train::ITrainableOperation.
Definition at line 29 of file Pad.cc.
|
overridevirtual |
Implements onert::ir::train::ITrainableOperation.
Definition at line 25 of file Pad.cc.
|
inlineoverridevirtual |
Implements onert::ir::train::ITrainableOperation.
Definition at line 38 of file Pad.h.