Rate this Page

torch.is_conj#

torch.is_conj(input)#

Returns True if theinput is a conjugated tensor, i.e. its conjugate bit is set toTrue.

Parameters

input (Tensor) – the input tensor.