mindspore/docs/api/api_python/ops/mindspore.ops.Print.rst

15 lines
383 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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` 相同。