-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update existing documentation to be relevant to v2.0 changes - Add missing documentation and doctests/examples - Remove unused code - Replace most pointer usage with `NonNull` - Use slightly safer pointer `.cast()`s - Disallow extracting string tensors with `extract_raw_tensor` (TODO: owned variant of this function) - Add lifetime bound to `ModelMetadata` to fix a potential use-after-free - Add per-run tag to `RunOptions` - Replace `SessionInputKey` with `Cow<str>` - Register execution providers inside `SessionBuilder::with_execution_providers`, not on commit
- Loading branch information
1 parent
75aa918
commit 735284c
Showing
27 changed files
with
987 additions
and
674 deletions.
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
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
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
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
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
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
Oops, something went wrong.