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