Searched refs:num_fw_fixed_arguments (Results 1 – 3 of 3) sorted by relevance
23 num_fw_fixed_arguments,131 fixed = num_fw_fixed_arguments(len(dynamo_inputs), len(aot_inputs))
1362 fixed = torch._inductor.utils.num_fw_fixed_arguments(
1724 def num_fw_fixed_arguments(dynamo_gm_num_inputs: int, aot_fw_gm_num_inputs: int): function