Expose C API symbols on OS X
This commit is contained in:
parent
a6510237f0
commit
a674130dbe
@ -1,7 +1,7 @@
|
||||
VERS_1.0 {
|
||||
# Export symbols in c_api.h.
|
||||
global:
|
||||
TF_*;
|
||||
*TF_*;
|
||||
|
||||
# Hide everything else.
|
||||
local:
|
||||
|
@ -1,5 +1,5 @@
|
||||
*tensorflow*
|
||||
*perftools*gputools*
|
||||
*tf_*
|
||||
TF_*
|
||||
*TF_*
|
||||
*nsync_*
|
||||
|
@ -2,7 +2,7 @@ tensorflow {
|
||||
global:
|
||||
*tensorflow*;
|
||||
*perftools*gputools*;
|
||||
TF_*;
|
||||
*TF_*;
|
||||
*nsync_*;
|
||||
local:
|
||||
*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user