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