ONE - On-device Neural Engine
|
#include <FusedBatchNorm.h>
Public Member Functions | |
FusedBatchNorm () | |
void | prepare () |
void | operator() (const std::vector< Shape > &input_shapes, const std::vector< const float * > &input_data, const Shape &output_shape, float *output_data, FusedBatchNormParams param) |
template<typename T > | |
void | copyFrom (const InputTensor< T > &input, const Shape &shape, Tensor *output) |
void | copyFrom (const Tensor &input, const Shape &shape, Tensor *output) |
Definition at line 42 of file FusedBatchNorm.h.
|
inline |
Definition at line 45 of file FusedBatchNorm.h.
|
inline |
Definition at line 133 of file FusedBatchNorm.h.
References nnfw::cker::Tensor::buffer, copyFrom(), nnfw::cker::Shape::ReplaceWith(), and nnfw::cker::Tensor::shape.
Referenced by copyFrom().
|
inline |
Definition at line 144 of file FusedBatchNorm.h.
|
inline |
Definition at line 52 of file FusedBatchNorm.h.
References nnfw::cker::FusedBatchNormParams::epsilon, nnfw::cker::eigen_support::GetThreadPoolDevice(), nnfw::cker::FusedBatchNormParams::is_training, offset(), output_shape, prepare(), nnfw::cker::Tensor::shaped(), and size.
|
inline |
Definition at line 50 of file FusedBatchNorm.h.
Referenced by onert::backend::cpu::ops::FusedBatchNormLayer::fusedbatchnormFloat32(), and operator()().