torch.is_conj¶ torch.is_conj(input)¶ 如果 input 是一个共轭张量,即它的共轭位被设置为 True,则返回 True。 参数 input (Tensor) – 输入张量。