add the test_lenet_quant.py testcase

This commit is contained in:
zlq2020 2021-03-26 10:46:34 +08:00
parent 669a37739e
commit f6e80304fd
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ def export_lenet():
export(network, inputs, file_name="lenet_quant", file_format='MINDIR', quant_mode='AUTO')
@pytest.mark.level2
@pytest.mark.level0
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard
def test_lenet_quant():