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

Method createNode

caffe2/python/nomnigraph.py:59–60  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

57 return self._NNModule.dataFlow().tensors
58
59 def createNode(self, val):
60 return self._NNModule.dataFlow().createNode(val)
61
62 def deleteNode(self, node):
63 return self._NNModule.dataFlow().deleteNode(node)

Callers 15

test_simple_replaceMethod · 0.95
transpose_networkFunction · 0.80
test_simpleMethod · 0.80
test_invalid_nodeMethod · 0.80
test_edges_simpleMethod · 0.80
test_edges_complexMethod · 0.80
test_debugMethod · 0.80
test_match_graph_nodeMethod · 0.80
test_match_graphMethod · 0.80
test_delete_subgraphMethod · 0.80

Calls 1

dataFlowMethod · 0.80

Tested by 15

test_simple_replaceMethod · 0.76
test_simpleMethod · 0.64
test_invalid_nodeMethod · 0.64
test_edges_simpleMethod · 0.64
test_edges_complexMethod · 0.64
test_debugMethod · 0.64
test_match_graph_nodeMethod · 0.64
test_match_graphMethod · 0.64
test_delete_subgraphMethod · 0.64
test_replace_subraphMethod · 0.64