fn
im2col_1d_f64
void im2col_1d_f64(const double * x, double * cols, int C, int L, int KL, int OL, int stride_l, int pad_l, int dilation_l)Double-precision 1-D im2col unfold. See im2col_1d_f32.
Parameters
xconst double*Input tensor, shape .
colsdouble*Output column matrix, shape .
C, L, KL, OLintChannel count, input length, kernel length, output length.
stride_l, pad_l, dilation_lintConvolution stride / padding / dilation.