mindspore.ops.Tanh

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

等价于

ops.tanh(input)

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