Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ output_list
Method
output_list
caffe2/python/task.py:632–633 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
630
return
self._step_with_setup
631
632
def
output_list(self):
633
return
TaskOutputList(self._outputs)
634
635
def
outputs(self):
636
return
self._outputs
Callers
1
_compile_task_group
Method · 0.80
Calls
1
TaskOutputList
Class · 0.85
Tested by
no test coverage detected