Skip to content

Commit

Permalink
update BUILD file to include client session in libtensorflow_cc.so (t…
Browse files Browse the repository at this point in the history
…ensorflow#7792)

* update BUILD file to include client session in libtensorflow_cc.so

* Fix for buildifier
  • Loading branch information
memo authored and jhseu committed Mar 14, 2017
1 parent 3e2a228 commit f22ae3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ cc_binary(
deps = [
"//tensorflow/c:c_api",
"//tensorflow/cc:cc_ops",
"//tensorflow/cc:client_session",
"//tensorflow/cc:scope",
"//tensorflow/core:tensorflow",
],
)

0 comments on commit f22ae3d

Please sign in to comment.