The global seed of the hash functions needs to be exported to avoid duplication of this global state. PiperOrigin-RevId: 308092870 Change-Id: I5d2a82ccf577166c310c562977eeb6eb23238f89
18 lines
226 B
Plaintext
18 lines
226 B
Plaintext
tensorflow {
|
|
global:
|
|
*tensorflow*;
|
|
*absl*kSeed*;
|
|
*toco*;
|
|
*perftools*gputools*;
|
|
*tf_*;
|
|
*TF_*;
|
|
*Eager*;
|
|
*TFE_*;
|
|
*nsync_*;
|
|
*stream_executor*;
|
|
*xla*;
|
|
*PyInit_*;
|
|
local:
|
|
*;
|
|
};
|