mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
10 lines
143 B
Text
10 lines
143 B
Text
|
|
#_init and _fini should be local
|
||
|
|
VERS_1.0 {
|
||
|
|
global:
|
||
|
|
PyInit_onnxruntime_pybind11_state;
|
||
|
|
|
||
|
|
# Hide everything else.
|
||
|
|
local:
|
||
|
|
*;
|
||
|
|
};
|