Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ __str__
Method
__str__
caffe2/python/core.py:1619–1620 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1617
return
self._net.name
1618
1619
def
__str__(self):
1620
return
self.Name()
1621
1622
def
Const(self, array, blob_out=None, dtype=None):
1623
if
isinstance(array, bool):
Callers
nothing calls this directly
Calls
1
Name
Method · 0.95
Tested by
no test coverage detected