Rate this Page
โ˜… โ˜… โ˜… โ˜… โ˜…

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.