FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-tensorflow/tools/tensorflow.patch at master · node-tensorflow/node-tensorflow · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
node-tensorflow
/
node-tensorflow
Public
Notifications
You must be signed in to change notification settings
Fork
79
Star
858
Code
Issues
10
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-tensorflow
/
tools
/
tensorflow.patch
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (24 loc) · 625 Bytes
Breadcrumbs
node-tensorflow
/
tools
/
tensorflow.patch
Copy path
File metadata and controls
25 lines (24 loc) · 625 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff -ruN tensorflow-master/tensorflow/cc/BUILD tensorflow-master-patch/tensorflow/cc/BUILD
--- tensorflow-master/tensorflow/cc/BUILD 2016-02-06 10:08:02.000000000 +0900
+++ tensorflow-master-patch/tensorflow/cc/BUILD 2016-02-06 17:42:56.446230724 +0900
@@ -75,6 +75,21 @@
],
)
+
cc_binary(
+
name = "libtensorflow.so",
+
copts = tf_copts(),
+
linkshared = 1,
+
linkopts = [
+
"-lpthread",
+
"-lm",
+
],
+
deps = [
+
":cc_ops",
+
"//tensorflow/core:all_kernels",
+
"//tensorflow/core:tensorflow",
+
],
+
)
+
filegroup(
name = "all_files",
srcs = glob(
Back
|
FazBrowse Home
|
New Git URL