Export ABSL seed symbol in linker script

The global seed of the hash functions needs to be exported to avoid duplication of this global state.

PiperOrigin-RevId: 308092870
Change-Id: I5d2a82ccf577166c310c562977eeb6eb23238f89
This commit is contained in:
Jacques Pienaar 2020-04-23 11:20:52 -07:00 committed by TensorFlower Gardener
parent 8052c3b3f6
commit 6e6864a2b2
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
*tensorflow*
*absl*kSeed*;
*toco*
*perftools*gputools*
*tf_*

View File

@ -1,6 +1,7 @@
tensorflow {
global:
*tensorflow*;
*absl*kSeed*;
*toco*;
*perftools*gputools*;
*tf_*;