You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tensorflow-core/tensorflow-core-native/src/main/java/org/tensorflow/internal/c_api/presets/tensorflow.java
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -134,17 +134,9 @@
134
134
"vcomp140",
135
135
"msvcr120",
136
136
"libiomp5md",
137
-
"mklml",
138
-
"tensorflow_framework"
137
+
"mklml"
139
138
},
140
-
link = {"tensorflow_cc@.2"}),
141
-
@Platform(
142
-
value = "windows-x86",
143
-
preloadpath = {
144
-
"C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/redist/x86/Microsoft.VC140.CRT/",
145
-
"C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/redist/x86/Microsoft.VC140.OpenMP/",
0 commit comments