(self, input: List[Tensor])
| 65 | |
| 66 | @torch.jit._overload_method # noqa: F811 |
| 67 | def forward(self, input: List[Tensor]) -> Tensor: |
| 68 | pass |
| 69 | |
| 70 | @torch.jit._overload_method # noqa: F811 |
| 71 | def forward(self, input: Tensor) -> Tensor: |
nothing calls this directly
no test coverage detected