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

Method tensors

caffe2/python/nomnigraph.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54
55 @property
56 def tensors(self):
57 return self._NNModule.dataFlow().tensors
58
59 def createNode(self, val):
60 return self._NNModule.dataFlow().createNode(val)

Callers

nothing calls this directly

Calls 1

dataFlowMethod · 0.80

Tested by

no test coverage detected