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

Method __init__

python/oneflow/framework/model.py:110–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108
109class ValidationConfig:
110 def __init__(self):
111 super().__init__()
112 self.exe_cfg = ExecutionConfig()
113 self.data = None
114 self.step_interval = 10
115 self.error_msg = ""
116
117 def config_execution(self, exe_cfg: ExecutionConfig = None):
118 self.exe_cfg = exe_cfg

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected