Skip to content

Commit

Permalink
Disable ONNX test with negative gather elem indices for QNN
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Aug 12, 2024
1 parent 20be096 commit 32d0583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onnxruntime/test/onnx/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,8 @@ select from 'TF8', 'TF16', 'UINT8', 'FLOAT', 'ITENSOR'. \n)");
ORT_TSTR("sce_NCd1d2d3_sum_weight_high_ii_expanded"),
ORT_TSTR("sce_none_weights_log_prob_expanded"),
ORT_TSTR("sce_none_weights_expanded"),
ORT_TSTR("convtranspose_3d")};
ORT_TSTR("convtranspose_3d"),
ORT_TSTR("gather_elements_negative_indices")};

std::unordered_set<std::basic_string<ORTCHAR_T>> all_disabled_tests(std::begin(immutable_broken_tests), std::end(immutable_broken_tests));

Expand Down

0 comments on commit 32d0583

Please sign in to comment.