H A D | __init__.py | 91 TensorLikeType = torch.Tensor variable 137 a: TensorLikeType, 138 b: TensorLikeType, 197 a: TensorLikeType, b: TensorLikeType, *, only_cuda=True, significant_only=True 215 a: TensorLikeType, b: TensorLikeType, *, only_cuda=True 221 a: TensorLikeType, b: TensorLikeType, *, only_cuda=True 227 def is_contiguous(a: TensorLikeType) -> bool: 1089 def check_is_matrix(A: TensorLikeType, f_name: str, arg_name: str = "A"): 1123 a: Optional[Union[torch.dtype, TensorLikeType, NumberType]], argument 1136 x: Optional[Union[torch.dtype, TensorLikeType, NumberType]] argument [all …]
|