!35757 Fix string testcases for GE
Merge pull request !35757 from weiyang/fix_ge
This commit is contained in:
commit
40c1f9743a
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
"""Inner OCR operators."""
|
"""Inner OCR operators."""
|
||||||
|
|
||||||
from ..primitive import PrimitiveWithInfer, prim_attr_register
|
from ..primitive import PrimitiveWithInfer, Primitive, prim_attr_register
|
||||||
from ...common import dtype as mstype
|
from ...common import dtype as mstype
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue