From 2972cac368ea9b4f82bb5c853dcbdd8956ee73a6 Mon Sep 17 00:00:00 2001 From: zhanglin Date: Fri, 12 Mar 2021 22:28:24 +0800 Subject: [PATCH] modify hyperlink of MetaTensor in class mindspore.dtype description of python api --- docs/api_python/source_en/mindspore/mindspore.rst | 2 +- docs/api_python/source_zh_cn/mindspore/mindspore.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api_python/source_en/mindspore/mindspore.rst b/docs/api_python/source_en/mindspore/mindspore.rst index 8232567787..f3a3fb4253 100644 --- a/docs/api_python/source_en/mindspore/mindspore.rst +++ b/docs/api_python/source_en/mindspore/mindspore.rst @@ -41,7 +41,7 @@ mindspore Type Description ============================ ================= ``tensor`` MindSpore's ``tensor`` type. Data format uses NCHW. For details, see `tensor `_. - ``MetaTensor`` A tensor only has data type and shape. For details, see `MetaTensor `_. + ``MetaTensor`` A tensor only has data type and shape. For details, see `MetaTensor `_. ``bool_`` Boolean ``True`` or ``False``. ``int_`` Integer scalar. ``uint`` Unsigned integer scalar. diff --git a/docs/api_python/source_zh_cn/mindspore/mindspore.rst b/docs/api_python/source_zh_cn/mindspore/mindspore.rst index 0444fafe6d..6857ed4c05 100644 --- a/docs/api_python/source_zh_cn/mindspore/mindspore.rst +++ b/docs/api_python/source_zh_cn/mindspore/mindspore.rst @@ -41,7 +41,7 @@ mindspore Type Description ============================ ================= ``tensor`` MindSpore's ``tensor`` type. Data format uses NCHW. For details, see `tensor `_. - ``MetaTensor`` A tensor only has data type and shape. For details, see `MetaTensor `_. + ``MetaTensor`` A tensor only has data type and shape. For details, see `MetaTensor `_. ``bool_`` Boolean ``True`` or ``False``. ``int_`` Integer scalar. ``uint`` Unsigned integer scalar. -- Gitee