MCPcopy Create free account
hub / github.com/apple/ml-sharp / forward

Method forward

src/sharp/models/decoders/base_decoder.py:20–21  ·  view source on GitHub ↗

Decode (multi-resolution) encodings.

(self, encodings: List[torch.Tensor])

Source from the content-addressed store, hash-verified

18
19 @abc.abstractmethod
20 def forward(self, encodings: List[torch.Tensor]) -> torch.Tensor:
21 """Decode (multi-resolution) encodings."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected