Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcharatan/flowmap
/ LossFlowCfg
Class
LossFlowCfg
flowmap/loss/loss_flow.py:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
@dataclass
21
class
LossFlowCfg(LossCfgCommon):
22
name: Literal[
"flow"
]
23
mapping: MappingCfg
24
25
26
class
LossFlow(Loss[LossFlowCfg]):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected