Skip to content

Commit

Permalink
outputs to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathik Rao committed Jan 24, 2024
1 parent f5c9a41 commit 7456de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orttraining/orttraining/test/gradient/gradient_ops_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ TEST(GradientCheckerTest, SplitGrad) {

ASSERT_STATUS_OK(gradient_checker.ComputeGradientError(op_def, {shape}, {{3, 5}, {3, 5}, {3, 5}}, &max_error,
{MakeAttribute("axis", int64_t(0)),
MakeAttribute("num_outputs", int64_t(2))}));
MakeAttribute("num_outputs", int64_t(3))}));
EXPECT_IS_TINY(max_error);

// opset13 test
Expand Down

0 comments on commit 7456de4

Please sign in to comment.