Add stream executor C API symbols to exported symbols for _pywrap_tensorflow_internal.so.

PiperOrigin-RevId: 339951343
Change-Id: I02b02143721f7c656af8c1d19176dc44f3bffa20
This commit is contained in:
Anna R 2020-10-30 15:31:43 -07:00 committed by TensorFlower Gardener
parent f4280211b2
commit f296fd6f74
2 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,5 @@
*stream_executor*
*xla*
*PyInit_*
*SE_*
*SP_*

View File

@ -12,6 +12,8 @@ tensorflow {
*stream_executor*;
*xla*;
*PyInit_*;
*SE_*;
*SP_*;
local:
*;
};