Skip to content

Commit

Permalink
skip qnn resize_upsample_sizes_nearest_not_larger
Browse files Browse the repository at this point in the history
Signed-off-by: Liqun Fu <[email protected]>
  • Loading branch information
liqunfu committed Dec 20, 2024
1 parent 1a66613 commit 0162d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnxruntime/test/onnx/TestCase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,8 @@ std::unique_ptr<std::set<BrokenTest>> GetBrokenTests(const std::string& provider
broken_tests->insert({"resize_upsample_sizes_nearest_axes_3_2", "result differs"});
broken_tests->insert({"convtranspose_group_2", "group attribute (new of opset(22)) not supported"});
broken_tests->insert({"convtranspose_group_2_image_3", "group attribute (new of opset(22)) not supported"});
broken_tests->insert({"resize_upsample_sizes_nearest_not_larger",
"resize_upsample_sizes_nearest_not_larger:output=Y:expected 1 (3f800000), got 4 (40800000), diff: 3, tol=0.002 idx=24. 13 of 49 differ. CPU test passed."});
}

#ifdef DISABLE_CONTRIB_OPS
Expand Down

0 comments on commit 0162d5e

Please sign in to comment.