17#ifndef __ONERT_IR_OPERATION_H__
18#define __ONERT_IR_OPERATION_H__
static OperandConstraint createAny()
Operation & operator=(Operation &&)=default
void replaceOutputs(const OperandIndex &from, const OperandIndex &to) override
const OperandIndexSequence & getOutputs() const override
const OperandIndexSequence & getInputs() const override
Operation(Operation &&)=default
Operation & operator=(const Operation &)=default
void replaceInputs(const OperandIndex &from, const OperandIndex &to) override
OperandIndexSequence & getInputs()
Operation(const Operation &)=default
void setInputs(const OperandIndexSequence &indexes)
void setOutputs(const OperandIndexSequence &indexes)