mindspore.dtype_to_pytype ========================= .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/master/docs/api/api_python/mindspore/mindspore.dtype_to_pytype.rst :alt: 查看源文件 .. py:function:: mindspore.dtype_to_pytype(type_) 将MindSpore数据类型转换为Python数据类型。 参数: - **type_** (mindspore.dtype) - MindSpore中的dtype。 返回: Python的数据类型。