Expose C API symbols on OS X

This commit is contained in:
Fritz Obermeyer 2017-08-31 13:54:40 -07:00
parent a6510237f0
commit a674130dbe
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
VERS_1.0 {
# Export symbols in c_api.h.
global:
TF_*;
*TF_*;
# Hide everything else.
local:

View File

@ -1,5 +1,5 @@
*tensorflow*
*perftools*gputools*
*tf_*
TF_*
*TF_*
*nsync_*

View File

@ -2,7 +2,7 @@ tensorflow {
global:
*tensorflow*;
*perftools*gputools*;
TF_*;
*TF_*;
*nsync_*;
local:
*;