change TensorShape ops info

This commit is contained in:
lianliguang 2022-08-05 14:39:27 +08:00
parent 02fc40a635
commit b381756180
2 changed files with 0 additions and 4 deletions

View File

@ -4,5 +4,3 @@ mindspore.ops.TensorShape
.. py:class:: mindspore.ops.TensorShape
返回输入Tensor的Shape。
更多参考详见 :func:`mindspore.ops.dyn_shape`

View File

@ -810,8 +810,6 @@ class TensorShape(Primitive):
"""
Returns the shape of the input tensor.
Refer to :func:`mindspore.ops.dyn_shape` for more detail.
Supported Platforms:
``Ascend`` ``GPU`` ``CPU``