aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/version_script.lds
diff options
context:
space:
mode:
authorGravatar Anthony Platanios <e.a.platanios@gmail.com>2017-09-06 09:49:14 -0400
committerGravatar Shanqing Cai <cais@google.com>2017-09-06 09:49:14 -0400
commit4a24db28868e3ec9c9bc7408b9f72862116d6d39 (patch)
tree473f20e612ffea6411f940d37fd04b68b219d864 /tensorflow/c/version_script.lds
parent12a628a623a5dae81b8fc699792eaf414e6ace41 (diff)
Exported eager API TFE_* symbols in the dynamic library (#12785)
* Exported TFE_* symbols in the dynamic library. * Exported the eager API symbols for Windows too. * Added missing macros.
Diffstat (limited to 'tensorflow/c/version_script.lds')
-rw-r--r--tensorflow/c/version_script.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/c/version_script.lds b/tensorflow/c/version_script.lds
index 455bd7362b..5855782003 100644
--- a/tensorflow/c/version_script.lds
+++ b/tensorflow/c/version_script.lds
@@ -2,6 +2,7 @@ VERS_1.0 {
# Export symbols in c_api.h.
global:
TF_*;
+ TFE_*;
# Hide everything else.
local: