aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/version_script.lds
blob: 5855782003af1fcb942d9bda34a7ae9d3d9c2f6e (plain)
1
2
3
4
5
6
7
8
9
10
VERS_1.0 {
  # Export symbols in c_api.h.
  global:
    TF_*;
    TFE_*;

  # Hide everything else.
  local:
    *;
};