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

Public Types | |
| enum | Input { INPUT = 0 , PAD = 1 , VALUE = 2 } |
| onert::ir::operation::Pad::Pad | ( | const OperandIndexSequence & | inputs, |
| const OperandIndexSequence & | outputs | ||
| ) |
Definition at line 28 of file Pad.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Reimplemented in onert::ir::train::operation::Pad.
Definition at line 24 of file Pad.cc.
|
inlinefinalvirtual |