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