Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:birdwatcher:OpenWebUI
onnxruntime
onnxruntime-fix-flatbuffers-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File onnxruntime-fix-flatbuffers-test.patch of Package onnxruntime
diff --git a/onnxruntime/core/flatbuffers/schema/compile_schema.py b/onnxruntime/core/flatbuffers/schema/compile_schema.py index bf367221..a2116114 100644 --- a/onnxruntime/core/flatbuffers/schema/compile_schema.py +++ b/onnxruntime/core/flatbuffers/schema/compile_schema.py @@ -143,6 +143,9 @@ def main(): src_test_schema_h = str(SCRIPT_DIR / test_schema) + ".h" dest_test_schema_h = str(test_dir / test_schema) + ".h" shutil.move(src_test_schema_h, dest_test_schema_h) + src_schema_h = str(SCRIPT_DIR / "ort.fbs") + ".h" + dest_schema_h = str(test_dir / "ort.fbs") + ".h" + shutil.copy(src_schema_h, dest_schema_h) if __name__ == "__main__":
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor