Compute the output width for UNet decoder.
(self)
| 113 | |
| 114 | @property |
| 115 | def out_width(self) -> int: |
| 116 | """Compute the output width for UNet decoder.""" |
| 117 | return self.output_dims[-1] |
nothing calls this directly
no outgoing calls
no test coverage detected