!30911 fix dynamicshape api

Merge pull request !30911 from lianliguang/code_docs_ms
This commit is contained in:
i-robot 2022-03-07 07:13:20 +00:00 committed by Gitee
commit 1db30cc63f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 0 deletions

View File

@ -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)