Home
last modified time | relevance | path

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

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