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

Method out_width

src/sharp/models/encoders/unet_encoder.py:115–117  ·  view source on GitHub ↗

Compute the output width for UNet decoder.

(self)

Source from the content-addressed store, hash-verified

113
114 @property
115 def out_width(self) -> int:
116 """Compute the output width for UNet decoder."""
117 return self.output_dims[-1]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected