MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / step

Method step

python/oneflow/framework/model.py:323–324  ·  view source on GitHub ↗
(self, step_idx: int = 0)

Source from the content-addressed store, hash-verified

321 self.is_valid = False
322
323 def step(self, step_idx: int = 0):
324 raise NotImplementedError
325
326 def _get_and_check_cfg(self):
327 if self._cfg is None:

Callers 2

fitMethod · 0.45
stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected