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