Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_debug_utils.py8 from torch._dynamo.debug_utils import aot_graph_input_parser
149 kwargs = aot_graph_input_parser(forward, device="cuda")
165 kwargs = aot_graph_input_parser(
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_optimizers.py844 from torch._dynamo.debug_utils import aot_graph_input_parser
848 kwargs = aot_graph_input_parser(forward)
H A Dtest_fused_attention.py9 from torch._dynamo.debug_utils import aot_graph_input_parser
235 kwargs = aot_graph_input_parser(forward, device="cuda")
H A Dtest_torchinductor.py33 from torch._dynamo.debug_utils import aot_graph_input_parser
8450 kwargs = aot_graph_input_parser(forward, device=GPU_TYPE)
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddebug_utils.py690 def aot_graph_input_parser( function