MCPcopy Index your code
hub / github.com/pytorch/pytorch / Net

Method Net

caffe2/python/core.py:261–262  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

259 return BlobReference(other + self._name, self._from_net)
260
261 def Net(self):
262 return self._from_net
263
264 def GetNameScope(self):
265 return self._name[:self._name.rfind(scope._NAMESCOPE_SEPARATOR) + 1]

Calls

no outgoing calls