[QNN EP] Re-enable some node tests for QNN (#17237)

### Description
Re-enable some node tests for QNN
This commit is contained in:
Hector Li 2023-08-21 13:58:17 -07:00 committed by GitHub
parent e2b6827a59
commit 618f4839d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -724,20 +724,6 @@ select from 'TF8', 'TF16', 'UINT8', 'FLOAT', 'ITENSOR'. \n)");
ORT_TSTR("tf_mobilenet_v2_1.0_224"), ORT_TSTR("tf_mobilenet_v2_1.4_224"), ORT_TSTR("tf_nasnet_large"), ORT_TSTR("tf_pnasnet_large"), ORT_TSTR("tf_resnet_v1_50"), ORT_TSTR("tf_resnet_v1_101"), ORT_TSTR("tf_resnet_v1_101"),
ORT_TSTR("tf_resnet_v2_101"), ORT_TSTR("tf_resnet_v2_152"), ORT_TSTR("batchnorm_example_training_mode"), ORT_TSTR("batchnorm_epsilon_training_mode")};
static const ORTCHAR_T* qnn_disabled_tests[] = {
ORT_TSTR("basic_conv_without_padding"),
ORT_TSTR("basic_conv_with_padding"),
ORT_TSTR("convtranspose"),
ORT_TSTR("convtranspose_autopad_same"),
ORT_TSTR("convtranspose_dilations"),
ORT_TSTR("convtranspose_kernel_shape"),
ORT_TSTR("convtranspose_output_shape"),
ORT_TSTR("convtranspose_pad"),
ORT_TSTR("convtranspose_pads"),
ORT_TSTR("convtranspose_with_kernel"),
ORT_TSTR("conv_with_autopad_same"),
ORT_TSTR("conv_with_strides_and_asymmetric_padding"),
ORT_TSTR("conv_with_strides_no_padding"),
ORT_TSTR("conv_with_strides_padding"),
ORT_TSTR("nllloss_NCd1d2d3_none_no_weight_negative_ii"),
ORT_TSTR("nllloss_NCd1d2d3_none_no_weight_negative_ii_expanded"),
ORT_TSTR("sce_NCd1d2d3_none_no_weight_negative_ii"),