prim = ops.Trace() out = prim(input)
等价于
ops.trace(input)
更多详情请查看: mindspore.ops.trace() 。
mindspore.ops.trace()