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

Public Types | |
| enum | Input { Y_PRED = 0 , Y_TRUE = 1 } |
| onert::ir::operation::Loss::Loss | ( | const OperandIndexSequence & | inputs, |
| const OperandIndexSequence & | outputs | ||
| ) |
Definition at line 27 of file Loss.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Reimplemented in onert::ir::train::operation::Loss.
Definition at line 25 of file Loss.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 40 of file Loss.h.
Referenced by onert::ir::train::operation::Loss::name().