torch.is_conj

torch.is_conj(input)

如果 input 是一个共轭张量(即其共轭位被设置为 True),则返回 True。

参数

input (Tensor) – 需要输入的张量。

本页目录