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