Home
last modified time | relevance | path

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

/external/pytorch/torch/_dynamo/backends/
Dcudagraphs.py23 num_fw_fixed_arguments,
131 fixed = num_fw_fixed_arguments(len(dynamo_inputs), len(aot_inputs))
/external/pytorch/torch/_inductor/
Dcompile_fx.py1362 fixed = torch._inductor.utils.num_fw_fixed_arguments(
Dutils.py1724 def num_fw_fixed_arguments(dynamo_gm_num_inputs: int, aot_fw_gm_num_inputs: int): function