Skip to content

Commit

Permalink
change testGather to MXNet
Browse files Browse the repository at this point in the history
  • Loading branch information
KexinFeng committed May 6, 2022
1 parent b887bc1 commit 98a1de4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void testPick() {

@Test
public void testGather() {
Engine engine = Engine.getEngine("PyTorch");
Engine engine = Engine.getEngine("MXNet");
try (NDManager manager = engine.newBaseManager()) {
NDArray arr = manager.arange(20f).reshape(-1, 4);
long[] idx = {0, 0, 2, 1, 1, 2};
Expand Down

0 comments on commit 98a1de4

Please sign in to comment.