Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ exit
Method
exit
caffe2/python/task.py:687–688 ·
view source on GitHub ↗
(self, exit_net)
Source
from the content-addressed store, hash-verified
685
return
self.init_nets
686
687
def
exit(self, exit_net):
688
return
self.exit_nets
689
690
def
__repr__(self):
691
return
"SetupNets(init_nets={}, exit_nets={})"
.format(
Callers
15
setup.py
File · 0.45
check_for_files
Function · 0.45
check_submodules
Function · 0.45
build_deps
Function · 0.45
main
Function · 0.45
main
Function · 0.45
_download
Method · 0.45
update-caffe2-models.py
File · 0.45
codegen.py
File · 0.45
get_setup_nets
Function · 0.45
run
Method · 0.45
caffe_translator_test.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected