skip parameter output of kernel graph.
This commit is contained in:
parent
e30446cca0
commit
3664793fde
|
@ -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():
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue