Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DIndexing.cu357 computeLinearIndex(const Tensor & src, TensorList indices, bool check_range) { in computeLinearIndex() function
412 …auto [linearIndex, nElemBefore, strideBefore, nElemAfter] = computeLinearIndex(self, indices, chec… in makeLinearIndex()