fn
im2col_f64
void im2col_f64(const double * x, double * cols, int C, int H, int W, int KH, int KW, int OH, int OW, int stride_h, int stride_w, int pad_h, int pad_w, int dilation_h, int dilation_w)Double-precision 2-D im2col unfold. See im2col_f32.
Parameters
xconst double*Input tensor, shape .
colsdouble*Output column matrix.
C, H, W, KH, KW, OH, OWintShape parameters.
stride_h, stride_w, pad_h, pad_w, dilation_h, dilation_wintConvolution geometry.