ONE - On-device Neural Engine
|
#include <Select.h>
Public Types | |
enum | Input { CONDITION = 0 , INPUT_TRUE = 1 , INPUT_FALSE = 2 } |
Enumerator | |
---|---|
CONDITION | |
INPUT_TRUE | |
INPUT_FALSE |
onert::ir::operation::Select::Select | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs | ||
) |
Definition at line 30 of file Select.cc.
|
overridevirtual |
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 44 of file Select.h.