Sign in
android
/
platform
/
external
/
pytorch
/
c9db59e9e4
/
.
/
caffe2
/
python
/
fakelowp
/
init_shared_libs.py
blob: 889b2bcab5205f05b13ce3e84092c64d414f3ddf [
file
] [
log
] [
blame
]
import
ctypes
import
os
if
'OSS_ONNXIFI_LIB'
in
os
.
environ
:
lib
=
os
.
environ
[
'OSS_ONNXIFI_LIB'
]
print
(
"Loading ONNXIFI lib: "
.
format
(
lib
))
ctypes
.
CDLL
(
lib
,
ctypes
.
RTLD_GLOBAL
)