mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
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:
parent
754e12668c
commit
15eddf0354
|
|
@ -1,3 +1,4 @@
|
|||
*tensorflow*
|
||||
*perftools*gputools*
|
||||
*tf_*
|
||||
TF_*
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ tensorflow {
|
|||
global:
|
||||
*tensorflow*;
|
||||
*perftools*gputools*;
|
||||
TF_*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user