Skip to content

Commit

Permalink
Remove the libtensorflow_c.so target.
Browse files Browse the repository at this point in the history
This was identical to libtensorflow.so for all but
a few days in the life of libtensorflow_c.so's existence.
Remove libtensorflow_c.so to remove any confusion about
which target to use for the TensorFlow C library.

(tensorflow@783c52e
and tensorflow#3830
were the changes that resulted in two targets doing the same thing)

I have made attempts to remove use of libtensorflow_c.so in
other projects such as:
LaurentMazare/tensorflow-ocaml#19
tensorflow/rust#56
malmaud/TensorFlow.jl#157
Change: 148665838
  • Loading branch information
asimshankar authored and tensorflower-gardener committed Feb 27, 2017
1 parent 537fd03 commit 89be134
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tensorflow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,6 @@ cc_binary(
],
)

cc_binary(
name = "libtensorflow_c.so",
linkshared = 1,
deps = [
"//tensorflow/c:c_api",
"//tensorflow/core:tensorflow",
],
)

cc_binary(
name = "libtensorflow_cc.so",
linkshared = 1,
Expand Down

0 comments on commit 89be134

Please sign in to comment.