MCPcopy Index your code
hub / github.com/pytorch/pytorch / get_net

Method get_net

caffe2/python/core.py:2704–2705  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

2702 self._step.num_iter = num_iter
2703
2704 def get_net(self, name):
2705 return self._net_dict[name]
2706
2707 def Name(self):
2708 return self._step.name

Callers 3

AddStepMethod · 0.80
analyze_stepFunction · 0.80
print_stepFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected