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

Method forward

flowmap/model/backbone/backbone.py:35–36  ·  view source on GitHub ↗
(self, batch: Batch, flows: Flows)

Source from the content-addressed store, hash-verified

33
34 @abstractmethod
35 def forward(self, batch: Batch, flows: Flows) -> BackboneOutput:
36 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected