ONE - On-device Neural Engine
|
#include <FusedBatchNorm.h>
Data Structures | |
struct | Param |
Public Types | |
enum | Input { INPUT = 0 , SCALE , OFFSET , MEAN , VARIANCE } |
Definition at line 30 of file FusedBatchNorm.h.
onert::ir::operation::FusedBatchNorm::FusedBatchNorm | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs, | ||
const Param & | param | ||
) |
Definition at line 29 of file FusedBatchNorm.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 27 of file FusedBatchNorm.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 55 of file FusedBatchNorm.h.
|
inline |
Definition at line 58 of file FusedBatchNorm.h.
Referenced by onert::backend::cpu::KernelGenerator::visit().