10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
VERS_1.0 {
|
|
# Export symbols in c_api.h.
|
|
global:
|
|
TfLite*;
|
|
|
|
# Hide everything else.
|
|
local:
|
|
*;
|
|
};
|