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

Class Flows

flowmap/flow/flow_predictor.py:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16@dataclass
17class Flows(Manipulable):
18 forward: Float[Tensor, "batch pair flow_height flow_width 2"]
19 backward: Float[Tensor, "batch pair flow_height flow_width 2"]
20 forward_mask: Float[Tensor, "batch pair flow_height flow_width"]
21 backward_mask: Float[Tensor, "batch pair flow_height flow_width"]
22
23
24T = TypeVar("T")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected