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

Method __init__

flowmap/flow/flow_predictor.py:28–30  ·  view source on GitHub ↗
(self, cfg: T)

Source from the content-addressed store, hash-verified

26
27class FlowPredictor(nn.Module, ABC, Generic[T]):
28 def __init__(self, cfg: T) -> None:
29 super().__init__()
30 self.cfg = cfg
31
32 @abstractmethod
33 def forward(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected