MCPcopy 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.pyFile · 0.45
check_for_filesFunction · 0.45
check_submodulesFunction · 0.45
build_depsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
_downloadMethod · 0.45
codegen.pyFile · 0.45
get_setup_netsFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected