Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_annotated_fn_args.py33 is_py_nn_function,
53 (is_py_nn_function, "torch._C._nn"),
H A Dgen_python_functions.py230 def is_py_nn_function(f: NativeFunction) -> bool: function
304 is_py_nn_function,