forked from mindspore-Ecosystem/mindspore
change TensorShape ops info
This commit is contained in:
parent
02fc40a635
commit
b381756180
|
@ -4,5 +4,3 @@ mindspore.ops.TensorShape
|
|||
.. py:class:: mindspore.ops.TensorShape
|
||||
|
||||
返回输入Tensor的Shape。
|
||||
|
||||
更多参考详见 :func:`mindspore.ops.dyn_shape`。
|
||||
|
|
|
@ -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``
|
||||
|
||||
|
|
Loading…
Reference in New Issue