Skip to content

Commit

Permalink
Skip TensorRT EP for ArgMin with int8 inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourjau committed Sep 19, 2024
1 parent e0a01e9 commit fda0458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3550,7 +3550,7 @@ TEST(ReductionOpTest, ArgMin_int8) {
test.AddOutput<int64_t>("reduced", {2, 2},
{0, 0,
0, 0});
test.Run();
test.Run(OpTester::ExpectResult::kExpectSuccess, "", {kTensorrtExecutionProvider});
}

TEST(ReductionOpTest, ArgMin_int64) {
Expand Down

0 comments on commit fda0458

Please sign in to comment.