Home
last modified time | relevance | path

Searched refs:create_call_method (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dside_effects.py14 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 Dresume_execution.py10 create_call_method,
93 *create_call_method(0),
121 *create_call_method(3),
H A Dcodegen.py16 create_call_method,
328 self.extend_output(create_call_method(nargs))
H A Dbytecode_transformation.py319 def create_call_method(nargs) -> List[Instruction]: function
378 *create_call_method(0),