mindspore.ops.unstack ======================= .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/br_base/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/br_base/docs/api/api_python/ops/mindspore.ops.func_unstack.rst :alt: 查看源文件 .. py:function:: mindspore.ops.unstack(input_x, axis=0) 按指定轴对输入tensor进行拆分。 参数: - **input_x** (Tensor) - 输入tensor。 - **axis** (int) - 指定轴。默认 ``0`` 。 返回: 多个tensor组成的tuple。