Home
last modified time | relevance | path

Searched refs:create_setup_with (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/_dynamo/variables/
Dctx_manager.py15 create_setup_with,
1144 codegen.append_output(create_setup_with(self.target))
/external/pytorch/torch/_dynamo/
Dbytecode_transformation.py337 def create_setup_with(target) -> Instruction: function