Home
last modified time | relevance | path

Searched refs:is_py_special_function (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_annotated_fn_args.py34 is_py_special_function,
55 (is_py_special_function, "torch._C._special"),
H A Dgen_python_functions.py250 def is_py_special_function(f: NativeFunction) -> bool: function
353 is_py_special_function,