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

15 lines
450 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.TupleToArray
===========================
.. py:class:: mindspore.ops.TupleToArray
将tuple转换为Tensor。
更多参考详见 :func:`mindspore.ops.tuple_to_array`
输入:
- **input_x** (tuple) - 由数值组成的tuple。其元素具有相同的类型。shape为 :math:`(N,)`
输出:
Tensor。如果输入tuple包含 `N` 个数值元素则输出Tensor的shape为 :math:`(N,)`