Go to the source code of this file.
|
void | nnfw::cker::train::ConvInputGrad (const ConvParams ¶ms, const Shape &incoming_shape, const float *incoming_data, const Shape &filter_shape, const float *filter_data, const int padding_bottom, const int padding_right, const Shape &grad_shape, float *grad_data) |
|
void | nnfw::cker::train::ConvFilterGrad (const ConvParams ¶ms, const Shape &incoming_shape, const float *incoming_data, const Shape &input_shape, const float *input_data, const int padding_bottom, const int padding_right, const Shape &filter_backprop_shape, float *filter_backprop_data) |
|