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

Method __init__

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

Source from the content-addressed store, hash-verified

80
81class TrainingConfig:
82 def __init__(self):
83 super().__init__()
84 self.exe_cfg = ExecutionConfig()
85 self.data = None
86 self.error_msg = ""
87
88 def config_execution(self, exe_cfg: ExecutionConfig = None):
89 self.exe_cfg = exe_cfg

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected