fn
col2im_f64
void col2im_f64(const double * cols, double * dx, 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 col2im fold. See col2im_f32.
Parameters
colsconst double*Column matrix.
dxdouble*Output gradient tensor; must be pre-zeroed.
C, H, W, KH, KW, OH, OWintShape parameters.
stride_h, stride_w, pad_h, pad_w, dilation_h, dilation_wintConvolution geometry.