Skip to content

Commit

Permalink
Fix wrong .so name in Net.java
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Aug 23, 2019
1 parent 0620b5b commit bcb72c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class Net {
static {
System.loadLibrary("dabnn_jni");
System.loadLibrary("dabnn-jni");
}
public Net() {
initHandle();
Expand Down

0 comments on commit bcb72c3

Please sign in to comment.