|
|
|
@@ -541,7 +541,7 @@ def test_stat_dump_nulls(): |
|
|
|
assert output['Max Value'] == 'null' |
|
|
|
assert output['Avg Value'] == 'null' |
|
|
|
|
|
|
|
@pytest.mark.level0 |
|
|
|
@pytest.mark.level1 |
|
|
|
@pytest.mark.platform_arm_ascend_training |
|
|
|
@pytest.mark.platform_x86_ascend_training |
|
|
|
@pytest.mark.env_onecard |
|
|
|
@@ -587,7 +587,7 @@ def test_ascend_tensor_dump(): |
|
|
|
context.set_context(mode=context.GRAPH_MODE, device_target="Ascend") |
|
|
|
run_saved_data_dump_test('test_async_dump', 'tensor') |
|
|
|
|
|
|
|
@pytest.mark.level0 |
|
|
|
@pytest.mark.level1 |
|
|
|
@pytest.mark.platform_arm_ascend_training |
|
|
|
@pytest.mark.platform_x86_ascend_training |
|
|
|
@pytest.mark.env_onecard |
|
|
|
|