Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py824 def slice_scatter( function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py2523 def slice_scatter(x, src, dim=0, start=None, end=None, step=1): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp4002 at::Tensor slice_scatter(const at::Tensor& self, const at::Tensor& src, int64_t dim, std::optional<… in slice_scatter() function