Home
last modified time | relevance | path

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

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