Skip to content

Commit

Permalink
customLibraryName
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jun 24, 2024
1 parent 118a9c6 commit 92ecea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/test/java/ai/onnxruntime/InferenceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ private static String getCustomOpLibraryName() {
} else {
fail("Unknown os/platform '" + osName + "'");
}

System.out.printf("customLibraryName is %s%n",customLibraryName);
return customLibraryName;
}

Expand Down

0 comments on commit 92ecea8

Please sign in to comment.