Home
last modified time | relevance | path

Searched defs:_unsafe_index_put (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorAdvancedIndexing.cpp785 Tensor _unsafe_index_put(const Tensor& self, const torch::List<std::optional<Tensor>>& indices, con… in _unsafe_index_put() function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py3808 def _unsafe_index_put(x, indices, value, accumulate=False): function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py3161 def _unsafe_index_put(x, indices, values, accumulate=False): function