forked from huawei/mindspore2022
!30911 fix dynamicshape api
Merge pull request !30911 from lianliguang/code_docs_ms
This commit is contained in:
commit
1db30cc63f
|
|
@ -667,6 +667,9 @@ class DynamicShape(Primitive):
|
|||
"""
|
||||
Same as operator TensorShape. DynamicShape will be deprecated in the future.
|
||||
Please use TensorShape instead.
|
||||
|
||||
Supported Platforms:
|
||||
Deprecated
|
||||
"""
|
||||
|
||||
@deprecated("1.7", "TensorShape", True)
|
||||
|
|
|
|||
Loading…
Reference in New Issue