We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7d8ca commit 834d5daCopy full SHA for 834d5da
tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/NativeLibrary.java
@@ -132,11 +132,6 @@ private static boolean resourceExists(String baseName) {
132
}
133
134
private static String getVersionedLibraryName(String libFilename) {
135
- // If the resource exists as an unversioned file, return that.
136
- // if (resourceExists(libFilename)) {
137
- // return libFilename;
138
- // }
139
-
140
final String versionName = getMajorVersionNumber();
141
142
// If we're on darwin, the versioned libraries look like blah.1.dylib.
0 commit comments