aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/version_script.lds
blob: c352a1440d145c5ea62bbadb5bb5defb40bff537 (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:
    *;
};