Home
last modified time | relevance | path

Searched refs:should_generate_py_binding (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/tools/pyi/
H A Dgen_pyi.py15 should_generate_py_binding,
64 should_generate_py_binding(python_func.function)
71 should_generate_py_binding(python_func.function)
1023 native_functions = list(filter(should_generate_py_binding, native_functions))
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_annotated_fn_args.py37 should_generate_py_binding,
63 if not should_generate_py_binding(f) or not pred(f):
H A Dgen_python_functions.py193 def should_generate_py_binding(f: NativeFunction) -> bool: function
274 native_functions = list(filter(should_generate_py_binding, native_functions))