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 29 of file OneHot.cc.
|
overridevirtual |
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 49 of file OneHot.h.
|
inline |
Definition at line 50 of file OneHot.h.
Referenced by onert::backend::cpu::KernelGenerator::visit(), and onert::exec::DynamicShapeInferer::visit().