Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ __repr__
Method
__repr__
caffe2/python/task.py:642–644 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
640
self._already_used = True
641
642
def
__repr__(self):
643
return
"Task(name={}, node={}, outputs={})"
.format(
644
self.name, self.node, self.outputs())
645
646
647
class
SetupNets:
Callers
nothing calls this directly
Calls
2
outputs
Method · 0.95
format
Method · 0.45
Tested by
no test coverage detected