Home
last modified time | relevance | path

Searched defs:w_col (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/aten/src/ATen/native/
Dim2col.h112 for (const auto w_col : c10::irange(width_col)) { variable
137 for (const auto w_col : c10::irange(width_col)) { variable
/external/pytorch/aten/src/ATen/native/cuda/
Dvol2col.cuh174 for (unsigned w_col = w_col_start; w_col < w_col_end; w_col += 1) { in vol2im_kernel() local
Dim2col.cuh141 for (int64_t w_col = w_col_start; w_col < w_col_end; w_col += 1) { in col2im_device() local