-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rust bindings #12606
Merged
Merged
Add rust bindings #12606
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3845ab5
[rust] Add low-level -sys bindings
boydjohnson e7372ab
[rust] Add Rust specific .gitignores
boydjohnson a9e7b1e
[rust] Build ORT with cmake and build.rs
boydjohnson 75f2d12
[rust] Add onnxruntime high-level bindings
boydjohnson 365a37f
[rust] Add bindings licenses, README.md
boydjohnson 2788a24
[rust] Add bindings test onnx model
boydjohnson 775e76e
[rust] Fix clippy::pedantic lint
boydjohnson cb2dfbe
[rust] Remove lazy_static usage where calls are cheap
boydjohnson fc69d37
[rust] Fix lack of call to free char* pointer
boydjohnson 7a9809e
[rust] Sort dependencies in Cargo.tomls
boydjohnson 10ef1f2
[rust] Bump zip version
boydjohnson 4218e65
[rust] Move release of env_ptr to EnvironmentSingleton
boydjohnson 0ce7756
[rust] Remove reference in Session, make Sync + Send
boydjohnson 4896963
[rust] Add _RUST_ to rust environment variables
boydjohnson 04857ed
[rust] Make compile the default strategy in build.rs
boydjohnson e3b9b60
[rust] Remove checked-in code, generate it with build.rs
boydjohnson 5dc5478
[rust] Add BUILD.md
boydjohnson 522c7d8
[rust] Update method names to match *-sys API
boydjohnson b98fc3d
[rust] Update naming in build script, Gpu -> Cuda
boydjohnson 7bad5a3
[rust] Make Environment name a CString
boydjohnson 57cc343
[rust] Change inputs and outputs to session.run
boydjohnson 836ffc9
[rust] Remove wrapper.h file, use included file
boydjohnson 0027024
[rust] Bump dependencies
boydjohnson fe4000a
[rust] Use ONNXRuntime instead of ONNX to be clear
boydjohnson 4d6acfc
[rust] Fix links to repo in Cargo.toml
boydjohnson 656b3dc
[rust] Add libloading support
boydjohnson fc5c080
[rust] Change formatting of imports
boydjohnson 05c9af2
Add libonnxruntime.so in BUILD.md to clarify
boydjohnson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[rust] Fix links to repo in Cargo.toml
- Loading branch information
commit 4d6acfc52e937af3c40c303a75883434335021e5
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RyanUnderhill MS mandates that internal build makes use of internal crates repository.