Home
last modified time | relevance | path

Searched refs:ptr_bottom_diff (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDilatedMaxPool2d.cu269 scalar_t *ptr_bottom_diff = bottom_diff + index_shift * channels; in C10_LAUNCH_BOUNDS_1() local
272 ptr_bottom_diff[c] = static_cast<scalar_t>(out_cached[cached_index]); in C10_LAUNCH_BOUNDS_1()
278 scalar_t *ptr_bottom_diff = bottom_diff + index_shift * channels; in C10_LAUNCH_BOUNDS_1() local
282 ptr_bottom_diff[c] = in C10_LAUNCH_BOUNDS_1()