MCPcopy Create free account
hub / github.com/dcharatan/flowmap / __init__

Method __init__

flowmap/flow/flow_predictor_raft.py:25–27  ·  view source on GitHub ↗
(self, cfg: FlowPredictorRaftCfg)

Source from the content-addressed store, hash-verified

23
24class FlowPredictorRaft(FlowPredictor[FlowPredictorRaftCfg]):
25 def __init__(self, cfg: FlowPredictorRaftCfg) -> None:
26 super().__init__(cfg)
27 self.raft = raft_large(weights=Raft_Large_Weights.DEFAULT)
28
29 def forward(
30 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected