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