mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-21 21:52:11 +00:00
9 lines
143 B
Text
9 lines
143 B
Text
#_init and _fini should be local
|
|
VERS_1.0 {
|
|
global:
|
|
PyInit_onnxruntime_pybind11_state;
|
|
|
|
# Hide everything else.
|
|
local:
|
|
*;
|
|
};
|