Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Diter.py421 lambda: codegen.load_import_from("builtins", "zip"), call_function_ex=True
466 lambda: codegen.load_import_from("builtins", "map"), call_function_ex=True
H A Dmisc.py606 codegen.add_push_null(gen_fn, call_function_ex=True)
1382 call_function_ex=True,
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcodegen.py87 def add_push_null(self, gen_fn, call_function_ex=False): argument
108 if call_function_ex: