Output size.
(self)
| 131 | return tiled_feature |
| 132 | |
| 133 | def output_size(self) -> int: |
| 134 | """Output size.""" |
| 135 | return self.output_dim |
| 136 | |
| 137 | def forward( |
| 138 | self, input: torch.Tensor, input_lengths: torch.Tensor |
no outgoing calls
no test coverage detected