Function arm_nn_conv1d_k5_packed_f32¶
Defined in File arm_nnsupportfunctions_flt.h
Function Documentation¶
-
void arm_nn_conv1d_k5_packed_f32(const float32_t *x_nhwc, int32_t in_c, int32_t in_w, const float32_t *kernel_packed, const float32_t *b, float32_t *out, int32_t out_c, int32_t out_w)¶
Specialized NHWC 1D convolution kernel for
k=5(float32, packed weights).The packed kernel uses the same
NTxNRHS layout asarm_nn_mat_mult_nt_n_packed_f32, i.e.[(5 * in_c)][out_c_block_of_4].