mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-03 23:49:44 +00:00
[QNN EP] Re-enable some node tests for QNN (#17237)
### Description Re-enable some node tests for QNN
This commit is contained in:
parent
e2b6827a59
commit
618f4839d1
1 changed files with 0 additions and 14 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue