mindspore.numpy.flipud ================================= .. 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/numpy/mindspore.numpy.flipud.rst :alt: 查看源文件 .. py:function:: mindspore.numpy.flipud(m) 在上下方向上翻转每列中的元素。单个行保持不变,但行之间的顺序会发生改变。 参数: - **m** (Tensor) - 输入数组。 返回: Tensor。 异常: - **TypeError** - 如果输入不是Tensor。