MCPcopy Create free account
hub / github.com/pytorch/executorch / get_graph_module

Method get_graph_module

backends/test/graph_builder.py:78–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 return super().output(results, NodeMetadata({}))
77
78 def get_graph_module(self) -> torch.fx.GraphModule:
79 return torch.fx.GraphModule(self.tracer.root, self.tracer.graph)
80
81 def call_operator(
82 self,

Calls

no outgoing calls