STT-tensorflow/tensorflow/lite/tflite_version_script.lds
Jared Duke 0300883583 Add libtensorflowlite.so target
This target exports the interpreter C++ API and the kernel C API, and
includes the builtin set of ops.

Fixes #25278 and fixes #19642.

PiperOrigin-RevId: 232396927
2019-02-04 17:25:07 -08:00

9 lines
80 B
Plaintext

VERS_1.0 {
global:
*TfLite*;
*tflite*;
*TFL_*;
local:
*;
};