Home
last modified time | relevance | path

Searched defs:width_col (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dim2col.cuh35 const int64_t width_col, in im2col_kernel()
72 const int64_t width_col, in im2col()
121 const int64_t width_col, in col2im_device()
176 const int64_t width_col, in col2im_kernel()
207 const int64_t width_col, in col2im()
261 const int64_t width_col, in col2im_batched_kernel()
301 const int64_t width_col, in col2im_batched()
H A Dvol2col.cuh38 const int width_col, in vol2col_kernel()
84 const int width_col, in vol2col()
150 const unsigned width_col, in vol2im_kernel()
H A DCol2Im.cu111 int64_t width_col = (output_width + 2 * pad_width - in col2im_out_cuda_template() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dim2col.h33 const int64_t width_col = output_width; variable
107 const int64_t width_col = output_width; variable
H A Dvol2col.h16 const int64_t width_col, in vol2col()
84 int64_t width_col = out_width; in col2vol() local
H A DCol2Im.cpp156 int64_t width_col = (output_width + 2 * pad_width - in col2im_out_cpu_template() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_grad_input_ops.h83 int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Col2im() local
H A Dconv_grad_ops_3d.cc86 const int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Col2im() local
135 const int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Im2col() local
H A Dconv_grad_filter_ops.cc79 int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Im2col() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h4906 int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Col2im() local
8155 const int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Col2im() local