Skip to content

Commit

Permalink
Fix compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jan 31, 2024
1 parent e190a71 commit f404801
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1111,19 +1111,19 @@ public void testTf2MultiGPUTraining2()
}

@Test
public void testTf2MultiGPUTraining2()
public void testTf2TestReduceMean()
throws ClassHierarchyException, IllegalArgumentException, CancelException, IOException {
testTf2("tf2_test_reduce_mean.py", "f", 1, 1, 2);
}

@Test
public void testTf2TestReduceMean()
public void testTf2TestReduceMean2()
throws ClassHierarchyException, IllegalArgumentException, CancelException, IOException {
testTf2("tf2_test_reduce_mean.py", "g", 1, 1, 2);
}

@Test
public void testTf2TestReduceMean2()
public void testTf2TestReduceMean3()
throws ClassHierarchyException, IllegalArgumentException, CancelException, IOException {
testTf2("tf2_test_reduce_mean.py", "h", 1, 1, 2);
}
Expand Down

0 comments on commit f404801

Please sign in to comment.