Export C API symbols in _pywrap_tensorflow_internal.so (#10469)

* Export C API symbols

* Export C API symbols under config:default
This commit is contained in:
Fritz Obermeyer 2017-06-06 17:16:41 -07:00 committed by Jonathan Hseu
parent 754e12668c
commit 15eddf0354
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
*tensorflow*
*perftools*gputools*
*tf_*
TF_*

View File

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