STT-tensorflow/tensorflow/tf_version_script.lds
Jacques Pienaar 6e6864a2b2 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
2020-04-23 11:26:34 -07:00

18 lines
226 B
Plaintext

tensorflow {
global:
*tensorflow*;
*absl*kSeed*;
*toco*;
*perftools*gputools*;
*tf_*;
*TF_*;
*Eager*;
*TFE_*;
*nsync_*;
*stream_executor*;
*xla*;
*PyInit_*;
local:
*;
};