MCPcopy Create free account
hub / github.com/pytorch/pytorch / create_node

Method create_node

torch/_dynamo/output_graph.py:433–434  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

431 return self.current_tracer.create_proxy(*args, **kwargs)
432
433 def create_node(self, *args, **kwargs):
434 return self.current_tracer.create_node(*args, **kwargs)
435
436 def remove_node(self, *args, **kwargs):
437 return self.current_tracer.remove_node(*args, **kwargs)

Callers 15

__init__Method · 0.45
_sink_paramsFunction · 0.45
deserialize_nodeMethod · 0.45
deserialize_inputMethod · 0.45
generate_getitemMethod · 0.45
generate_getitemsMethod · 0.45
sink_cat_after_pointwiseFunction · 0.45
convolutionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected