Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuiltin.py736 return obj._handle_insert_op_in_graph
739 handlers.append(obj._handle_insert_op_in_graph)
855 def _handle_insert_op_in_graph(self, tx: "InstructionTranslator", args, kwargs): member in BuiltinVariable