Home
last modified time | relevance | path

Searched defs:index0_vec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DMaxPoolKernel.cpp88 iVec index0_vec = iVec(id0 * input_height * input_width + ih0 * input_width + iw0); in compute_internal() local
163 iVec index0_vec = iVec(id0 * input_height * input_width + ih0 * input_width + iw0); in compute_internal() local
H A DAdaptiveMaxPoolKernel.cpp140 iVec index0_vec = iVec(ih0 * input_width + iw0); in cpu_adaptive_max_pool2d_channels_last() local
620 iVec index0_vec = iVec(id0 * input_height * input_width + ih0 * input_width + iw0); in cpu_adaptive_max_pool3d_channels_last() local