!14156 add test_lenet_quant.py testcase

From: @zlq2020
Reviewed-by: @xsmq,@lilongfei15
Signed-off-by: @lilongfei15
pull/14156/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 521c1f2630

@ -150,7 +150,7 @@ def export_lenet():
export(network, inputs, file_name="lenet_quant", file_format='MINDIR', quant_mode='AUTO') 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.platform_x86_gpu_training
@pytest.mark.env_onecard @pytest.mark.env_onecard
def test_lenet_quant(): def test_lenet_quant():

Loading…
Cancel
Save