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

Public Types | |
| enum | Input { INPUT = 0 , BLOCK_SIZE = 1 , PADDINGS = 2 } |
Definition at line 27 of file SpaceToBatchND.h.
| Enumerator | |
|---|---|
| INPUT | |
| BLOCK_SIZE | |
| PADDINGS | |
Definition at line 30 of file SpaceToBatchND.h.
| onert::ir::operation::SpaceToBatchND::SpaceToBatchND | ( | const OperandIndexSequence & | inputs, |
| const OperandIndexSequence & | outputs | ||
| ) |
Definition at line 25 of file SpaceToBatchND.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 23 of file SpaceToBatchND.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 42 of file SpaceToBatchND.h.