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

Method deleteSubgraph

caffe2/python/nomnigraph.py:89–90  ·  view source on GitHub ↗
(self, subgraph)

Source from the content-addressed store, hash-verified

87 self._NNModule.replaceSubgraph(subgraph, new_node, inputs, outputs)
88
89 def deleteSubgraph(self, subgraph):
90 self._NNModule.deleteSubgraph(subgraph)
91
92 def createUniqueDataNode(self, prefix="_unique"):
93 return self._NNModule.createUniqueDataNode(prefix)

Callers 1

test_delete_subgraphMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_delete_subgraphMethod · 0.76