This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
mindspore.ops.Print
===================
.. py:class:: mindspore.ops.Print
将输入数据进行打印输出。
更多参考详见 :func:`mindspore.ops.print_`。
输入:
- **input_x** (Union[Tensor, bool, int, float, str]) - Print的输入。支持多个输入,用','分隔。
输出:
Tensor,数据类型和shape与 `input_x` 相同。