Skip to content

Commit 5715576

Browse files
authored
Update NativeLibrary.java
1 parent 3b59405 commit 5715576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/NativeLibrary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static void load() {
7171
log("frameworkResourceName: " + frameworkResourceName);
7272
final InputStream frameworkResource =
7373
NativeLibrary.class.getClassLoader().getResourceAsStream(frameworkResourceName);
74-
if ("libtensorflow_framework.so".equals(frameworkLibName)) {
74+
if ("libtensorflow_framework.so".equals(frameworkLibName)) {
7575
frameworkLibName = "libtensorflow_framework.so.1";
7676
}
7777
if ("libtensorflow_framework.dylib".equals(frameworkLibName)) {

0 commit comments

Comments
 (0)