aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/experimental/c/version_script.lds
blob: c0c8a2bca19afed186e6f8c72a58989a79c7b251 (plain)
1
2
3
4
5
6
7
8
9
VERS_1.0 {
  # Export symbols in c_api.h.
  global:
    *TFL_*;

  # Hide everything else.
  local:
    *;
};