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

Method HasSubsteps

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

Source from the content-addressed store, hash-verified

2725 len(self._step.network) > 0)
2726
2727 def HasSubsteps(self):
2728 return self._step.substep is not None and (
2729 len(self._step.substep) > 0)
2730
2731 def Nets(self):
2732 return list(self._net_dict.values())

Callers 3

AddNetMethod · 0.95
AddSubstepMethod · 0.80
AddStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected