Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset16.py121 def scatter_reduce( function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorAdvancedIndexing.cpp252 TORCH_META_FUNC2(scatter_reduce, two) in TORCH_META_FUNC2() argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py3413 def scatter_reduce(x, dim: int, index, src, reduction_type, **kwargs): function