Searched refs:create_call_method (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | side_effects.py | 14 create_call_method, 442 *create_call_method(len(args)), 570 *create_call_method(0), # clear 587 *create_call_method(0), # clear 589 *create_call_method(1), # update 654 [*create_call_method(3), create_instruction("POP_TOP")]
|
H A D | resume_execution.py | 10 create_call_method, 93 *create_call_method(0), 121 *create_call_method(3),
|
H A D | codegen.py | 16 create_call_method, 328 self.extend_output(create_call_method(nargs))
|
H A D | bytecode_transformation.py | 319 def create_call_method(nargs) -> List[Instruction]: function 378 *create_call_method(0),
|