aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tf_version_script.lds
blob: 6b28943f01cfdb174fd135c670a6bb409ee0e102 (plain)
1
2
3
4
5
6
7
8
9
10
11
tensorflow {
  global:
    *tensorflow*;
    *perftools*gputools*;
    *TF_*;
    *TFE_*;
    *nsync_*;
    *pywrap_xla*;
  local:
    *;
};