Home
last modified time | relevance | path

Searched refs:get_grouped_native_functions (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/static_runtime/
H A Dgen_static_runtime_ops.py168 for g in gen.get_grouped_native_functions(native_functions)
208 % len(gen.get_grouped_native_functions(native_functions))
/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_lazy_tensor.py15 from torchgen.gen import get_grouped_native_functions, parse_native_yaml
339 grouped_native_functions = get_grouped_native_functions(native_functions)
H A Dgen_backend_stubs.py17 from torchgen.gen import get_grouped_native_functions, parse_native_yaml
551 grouped_native_functions = get_grouped_native_functions(native_functions)
H A Dgen.py1408 def get_grouped_native_functions( function
2853 grouped_native_functions = get_grouped_native_functions(native_functions)
/aosp_15_r20/external/pytorch/tools/test/
H A Dtest_codegen_model.py42 grouped_native_functions = gen.get_grouped_native_functions(native_functions)