aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/exported_symbols.lds
diff options
context:
space:
mode:
authorGravatar Anthony Platanios <e.a.platanios@gmail.com>2017-08-21 17:10:49 -0400
committerGravatar Jonathan Hseu <vomjom@vomjom.net>2017-08-21 14:10:49 -0700
commit71aa4e65ef65e74e16034f95bcd66a98332adc97 (patch)
treed86409f01625007de22a5943db18bc61c7ae4321 /tensorflow/c/exported_symbols.lds
parentd4ce3b4681b3a550c095b2cd18a79494d1cc4039 (diff)
Eager API inclusion to the dynamic library build target (#12399)
* Exposed and included the eager tensor execution C API to the TensorFlow dynamic library. * Updated BUILD to fix the sorting issue.
Diffstat (limited to 'tensorflow/c/exported_symbols.lds')
-rw-r--r--tensorflow/c/exported_symbols.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/c/exported_symbols.lds b/tensorflow/c/exported_symbols.lds
index a14bdaa48b..41f0637c99 100644
--- a/tensorflow/c/exported_symbols.lds
+++ b/tensorflow/c/exported_symbols.lds
@@ -1 +1,2 @@
_TF_*
+_TFE_*