(self, dtype: torch.dtype, *, non_blocking: bool = False, copy: bool = False)
| 112 | |
| 113 | @overload |
| 114 | def to(self, dtype: torch.dtype, *, non_blocking: bool = False, copy: bool = False) -> 'VarLenTensor': ... |
| 115 | |
| 116 | @overload |
| 117 | def to(self, device: Optional[Union[str, torch.device]] = None, dtype: Optional[torch.dtype] = None, *, non_blocking: bool = False, copy: bool = False) -> 'VarLenTensor': ... |
no test coverage detected