Searched defs:phstart (Results 1 – 3 of 3) sorted by relevance
145 const int phstart = (h < kernel_h) ? 0 : (h - kernel_h) / stride_h + 1; in avg_pool2d_backward_out_cuda_frame() local201 const int phstart = (h < kernel_h) ? 0 : (h - kernel_h) / stride_h + 1; in avg_pool2d_backward_out_cuda_frame_nhwc() local
187 int phstart = p_start(h, pad_h, kernel_h, dilation_h, stride_h); in max_pool_backward_nchw() local249 int phstart = p_start(ih, pad_h, kernel_h, dilation_h, stride_h); in C10_LAUNCH_BOUNDS_1() local
56 const int phstart = (h < kernel_h) ? 0 : (h - kernel_h) / stride_h + 1; in DEFINE_GPU_KERNELS() local