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 31 of file Loss.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Reimplemented in onert::ir::train::operation::Loss.
Definition at line 29 of file Loss.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 44 of file Loss.h.
Referenced by onert::ir::train::operation::Loss::name().