ONE - On-device Neural Engine
|
#include <SpaceToBatchND.h>
Public Types | |
enum | Input { INPUT = 0 , BLOCK_SIZE = 1 , PADDINGS = 2 } |
Definition at line 31 of file SpaceToBatchND.h.
Enumerator | |
---|---|
INPUT | |
BLOCK_SIZE | |
PADDINGS |
Definition at line 34 of file SpaceToBatchND.h.
onert::ir::operation::SpaceToBatchND::SpaceToBatchND | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs | ||
) |
Definition at line 29 of file SpaceToBatchND.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 27 of file SpaceToBatchND.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 46 of file SpaceToBatchND.h.