mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Fix test_custom_op_get_const_input inference test on Android CI (#15132)
Fix test_custom_op_get_const_input for inference test on Android CI and copy custom op libraries to the emulator.
This commit is contained in:
parent
dccbe9d492
commit
11dac121b2
1 changed files with 1 additions and 0 deletions
|
|
@ -1627,6 +1627,7 @@ def run_android_tests(args, source_dir, build_dir, config, cwd):
|
|||
adb_push("libonnxruntime.so", device_dir, cwd=cwd)
|
||||
adb_push("onnxruntime_shared_lib_test", device_dir, cwd=cwd)
|
||||
adb_push("libcustom_op_library.so", device_dir, cwd=cwd)
|
||||
adb_push("libcustom_op_get_const_input_test_library.so", device_dir, cwd=cwd)
|
||||
adb_push("onnxruntime_customopregistration_test", device_dir, cwd=cwd)
|
||||
adb_shell("chmod +x {}/onnxruntime_shared_lib_test".format(device_dir))
|
||||
adb_shell("chmod +x {}/onnxruntime_customopregistration_test".format(device_dir))
|
||||
|
|
|
|||
Loading…
Reference in a new issue