提交 eacfce78 编写于 作者: G guohongzilong

print op cannot support tensor which the data is scalar

上级 0edf22e6
......@@ -198,7 +198,11 @@ class Print(PrimitiveWithInfer):
Output tensor or string to stdout.
Note:
The print operation cannot support float64 and bool types currently.
The print operation cannot support the following cases currently.
1. The type of tensor is float64 or bool.
2. The data of tensor is a scalar type.
Inputs:
- **input_x** (Union[Tensor, str]) - The graph node to attach to. The input supports
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册