Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ setup
Method
setup
caffe2/python/task.py:684–685 ·
view source on GitHub ↗
(self, init_net)
Source
from the content-addressed store, hash-verified
682
self.exit_nets = exit_nets
683
684
def
setup(self, init_net):
685
return
self.init_nets
686
687
def
exit(self, exit_net):
688
return
self.exit_nets
Callers
1
get_setup_nets
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected