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