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

Method HasNets

caffe2/python/core.py:2723–2725  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2721 return self._step
2722
2723 def HasNets(self):
2724 return self._step.network is not None and (
2725 len(self._step.network) > 0)
2726
2727 def HasSubsteps(self):
2728 return self._step.substep is not None and (

Callers 3

AddSubstepMethod · 0.95
SetConcurrentSubstepsMethod · 0.95
AddStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected