!35757 Fix string testcases for GE

Merge pull request !35757 from weiyang/fix_ge
This commit is contained in:
i-robot 2022-06-13 13:25:44 +00:00 committed by Gitee
commit 40c1f9743a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"""Inner OCR operators."""
from ..primitive import PrimitiveWithInfer, prim_attr_register
from ..primitive import PrimitiveWithInfer, Primitive, prim_attr_register
from ...common import dtype as mstype