Output size.
(self)
| 387 | self.tf2torch_tensor_name_prefix_tf = tf2torch_tensor_name_prefix_tf |
| 388 | |
| 389 | def output_size(self) -> int: |
| 390 | """Output size.""" |
| 391 | return self._output_size |
| 392 | |
| 393 | def forward( |
| 394 | self, |
no outgoing calls
no test coverage detected