Function arm_nn_conv1d_k3_packed_f16¶
Defined in File arm_nnsupportfunctions_flt.h
Function Documentation¶
-
void arm_nn_conv1d_k3_packed_f16(const float16_t *x_nhwc, int32_t in_c, int32_t in_w, const float16_t *kernel_packed, const float16_t *b, float16_t *out, int32_t out_c, int32_t out_w)¶
Specialized NHWC 1D convolution kernel for
k=3(float16, packed weights).The packed kernel uses the same
NTxNRHS layout asarm_nn_mat_mult_nt_n_packed_f16, i.e.[(3 * in_c)][out_c_block_of_8].