aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tf_version_script.lds
blob: 61ffb8d29aacbb4c0387e25df149948082d24e94 (plain)
1
2
3
4
5
6
tensorflow {
  global:
    *tensorflow*;
  local:
    *;
};