Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py4133 def compute_source_index(coords: Tensor, size: int) -> Tensor: function
4178 ix = compute_source_index(x, iW)
4179 iy = compute_source_index(y, iH)
4201 ix = compute_source_index(x, iW)
4202 iy = compute_source_index(y, iH)