Home
last modified time | relevance | path

Searched defs:aminmax (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset18.py183 def aminmax(g: jit_utils.GraphContext, self, dim, keepdim): function
H A Dsymbolic_opset9.py3210 def aminmax(g: jit_utils.GraphContext, self, dim, keepdim): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceOps.cpp352 TORCH_META_FUNC(aminmax) in TORCH_META_FUNC() argument
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py4708 def aminmax(self, *, dim=None, keepdim=False): function