Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcodegen.py486 def create_call_function_kw(self, nargs, kw_names, push_null) -> List[Instruction]: member in PyCodegen
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dfunctions.py785 codegen.create_call_function_kw(len(keys) + len(self.args) + 1, keys, True)
H A Dctx_manager.py411 cg.extend_output(cg.create_call_function_kw(len(keys), keys, False))
H A Ddicts.py863 codegen.extend_output(codegen.create_call_function_kw(len(keys), keys, False))