Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ Substeps
Method
Substeps
caffe2/python/core.py:2734–2735 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2732
return
list(self._net_dict.values())
2733
2734
def
Substeps(self):
2735
return
self._substeps
2736
2737
def
SetIter(self, num_iter):
2738
self._assert_can_mutate()
Callers
4
add_nets_in_order
Function · 0.80
analyze_step
Function · 0.80
_get_step_context
Function · 0.80
print_step
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected