ONE - On-device Neural Engine
|
Functions | |
void | Conv (const ConvParams ¶ms, const Shape &input_shape, const float *input_data, const Shape &filter_shape, const float *filter_data, const Shape &bias_shape, const float *bias_data, const Shape &output_shape, float *output_data) |
|
inline |
Definition at line 254 of file Conv.h.
References nnfw::cker::optimized::AddBiasAndEvalActivationFunction(), nnfw::cker::Shape::DimensionsCount(), nnfw::cker::Shape::Dims(), nnfw::cker::ConvParams::float_activation_max, nnfw::cker::ConvParams::float_activation_min, nnfw::cker::eigen_support::GetThreadPoolDevice(), nnfw::cker::PaddingValues::height, nnfw::cker::MatchingDim(), output_shape, nnfw::cker::ConvParams::padding_type, nnfw::cker::ConvParams::padding_values, nnfw::cker::ConvParams::stride_height, nnfw::cker::ConvParams::stride_width, and nnfw::cker::PaddingValues::width.
Referenced by nnfw::cker::Conv::operator()().