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:
parent
8052c3b3f6
commit
6e6864a2b2
@ -1,4 +1,5 @@
|
|||||||
*tensorflow*
|
*tensorflow*
|
||||||
|
*absl*kSeed*;
|
||||||
*toco*
|
*toco*
|
||||||
*perftools*gputools*
|
*perftools*gputools*
|
||||||
*tf_*
|
*tf_*
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
tensorflow {
|
tensorflow {
|
||||||
global:
|
global:
|
||||||
*tensorflow*;
|
*tensorflow*;
|
||||||
|
*absl*kSeed*;
|
||||||
*toco*;
|
*toco*;
|
||||||
*perftools*gputools*;
|
*perftools*gputools*;
|
||||||
*tf_*;
|
*tf_*;
|
||||||
|
Loading…
Reference in New Issue
Block a user