torch.is_conj
- torch.is_conj(input)
Returns True if the
input
is a conjugated tensor, i.e. its conjugate bit is set to True.- Parameters:
input (Tensor) – the input tensor.
Returns True if the input
is a conjugated tensor, i.e. its conjugate bit is set to True.
input (Tensor) – the input tensor.