ONE - On-device Neural Engine
|
Data Structures | |
struct | BroadcastTo |
struct | FillFunctor |
struct | FillFunctor< Eigen::ThreadPoolDevice, T > |
struct | FillPhiloxRandom |
struct | FillPhiloxRandom< CPUDevice, Distribution > |
struct | FillPhiloxRandomTask |
struct | FillPhiloxRandomTask< Distribution, false > |
struct | FillPhiloxRandomTask< Distribution, true > |
struct | InflateFunctor |
struct | ReduceFunctor |
struct | ReduceOuterDimensions |
struct | SetZeroFunctor |
struct | StrideFunctor |
Typedefs | |
typedef Eigen::ThreadPoolDevice | CPUDevice |
Functions | |
void | biasReductionHelper (float *input_backprop_buffer, const Shape &input_backprop_shape, float *bias_grad_buffer, const Shape &bias_grad_shape) |
typedef Eigen::ThreadPoolDevice nnfw::cker::functor::CPUDevice |
Definition at line 37 of file RandomOp.h.
void nnfw::cker::functor::biasReductionHelper | ( | float * | input_backprop_buffer, |
const Shape & | input_backprop_shape, | ||
float * | bias_grad_buffer, | ||
const Shape & | bias_grad_shape | ||
) |
Definition at line 193 of file redux_functor.h.
References nnfw::cker::Shape::DimensionsCount(), nnfw::cker::Shape::Dims(), and nnfw::cker::eigen_support::GetThreadPoolDevice().
Referenced by onert::backend::train::ops::biasGrad().