skip parameter output of kernel graph.

This commit is contained in:
gaoyong10 2022-03-10 20:51:49 +08:00 committed by GY
parent e30446cca0
commit 3664793fde
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():
"""