mindspore.ops.Conj

class mindspore.ops.Conj[源代码]
prim = ops.Conj()
out = prim(input)

等价于

ops.conj(input)

更多详情请查看: mindspore.ops.conj()