Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset11.py564 def sort(g: jit_utils.GraphContext, self, dim, decending, out=None): argument
570 def argsort(g: jit_utils.GraphContext, self, dim, decending, out=None): argument
H A Dsymbolic_opset10.py115 def sort(g: jit_utils.GraphContext, self, dim, decending, out=None): argument
H A Dsymbolic_helper.py740 def _sort_helper(g: jit_utils.GraphContext, input, dim, decending=True, out=None): argument
H A Dsymbolic_opset9.py3893 def sort(g: jit_utils.GraphContext, self, dim, decending, out=None): argument