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

Data Structures | |
| struct | Param |
Public Types | |
| enum | Input { INDICES = 0 , DEPTH = 1 , ON_VALUE = 2 , OFF_VALUE = 3 } |
| onert::ir::operation::OneHot::OneHot | ( | const OperandIndexSequence & | inputs, |
| const OperandIndexSequence & | outputs, | ||
| const Param & | param | ||
| ) |
Definition at line 25 of file OneHot.cc.
|
overridevirtual |
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 45 of file OneHot.h.
|
inline |
Definition at line 46 of file OneHot.h.
Referenced by onert::exec::DynamicShapeInferer::visit().