torch.Tensor.Tensor.is_signed
Tensor.is_signed(): booleanReturns true if the tensor dtype is a signed type. Signed types include: float32, float16, int32, int8, complex64. Unsigned types include: uint32, uint8, bool.
Returns
booleanTensor.is_signed(): booleanReturns true if the tensor dtype is a signed type. Signed types include: float32, float16, int32, int8, complex64. Unsigned types include: uint32, uint8, bool.
boolean