!31132 Enable testcase in d.

Merge pull request !31132 from gaoyong10/dynamic_shape_02
This commit is contained in:
i-robot 2022-03-11 01:59:25 +00:00 committed by Gitee
commit 4b0d2a45d7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,8 @@ class UniqueWhile(nn.Cell):
@pytest.mark.level0
@pytest.mark.platform_x86_gpu_training
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard
def test_unique_if():
"""
@ -72,6 +74,8 @@ def test_unique_if():
@pytest.mark.level0
@pytest.mark.platform_x86_gpu_training
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard
def test_unique_while():
"""