Skip to content
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

Update Openvino API to 2.0 #91

Merged
merged 29 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a316c51
update upstream openvino so that it updates to api 2.0
rahulchaphalkar Feb 8, 2024
7362b75
formatting dynamic.rs
rahulchaphalkar Mar 29, 2024
f3615d3
fix runtime linking
rahulchaphalkar Mar 29, 2024
1ad9f22
clippy warnings fix
rahulchaphalkar Mar 29, 2024
6dd9f4f
change xtask/codegen to relative path
rahulchaphalkar Mar 29, 2024
8cb7fe2
cargo fmt
rahulchaphalkar Mar 29, 2024
08fdbda
fix bindgen wchar_t issue
rahulchaphalkar Mar 29, 2024
5c0ac40
make struct members private
rahulchaphalkar Apr 8, 2024
26bc1b0
add doc tests for lib.rs
rahulchaphalkar Apr 8, 2024
0d33135
cleaned up new core with config
rahulchaphalkar Apr 8, 2024
c86d0b8
Rename symbol(s) from Preprocess* to PreProcess*
rahulchaphalkar Apr 8, 2024
723be06
clean up tests
rahulchaphalkar Apr 9, 2024
267e509
remove unused preprocessor method
rahulchaphalkar Apr 9, 2024
4e2ba11
remove comment from codegen.rs
rahulchaphalkar Apr 9, 2024
07fd835
remove outdated test detect-inception
rahulchaphalkar Apr 17, 2024
31101bf
clean up docs
rahulchaphalkar Apr 18, 2024
2716c76
Avoid exposing `openvino-sys` types
abrown Apr 18, 2024
b629660
Remove dead code
abrown Apr 18, 2024
4b4d0f8
Avoid exposing `openvino-sys` types
abrown Apr 18, 2024
d42bf13
Add missing space
abrown Apr 18, 2024
e562b18
Add missing space
abrown Apr 18, 2024
f70a45c
Avoid exposing `openvino-sys` types
abrown Apr 18, 2024
29e1a37
Add missing space
abrown Apr 18, 2024
584e7fc
Avoid exposing `openvino-sys` types
abrown Apr 18, 2024
daec6b9
Add missing space
abrown Apr 18, 2024
c3d14f9
Make `anyhow` a dev dependency
abrown Apr 18, 2024
17c2aea
add doc test in openvino-sys libs.rs
rahulchaphalkar Apr 23, 2024
cdd7f46
remove Result where not needed
rahulchaphalkar Apr 23, 2024
75b7150
change comments and formatting
rahulchaphalkar Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/openvino-finder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ const KNOWN_INSTALLATION_SUBDIRECTORIES: &[&str] = &[

const KNOWN_BUILD_SUBDIRECTORIES: &[&str] = &[
"bin/intel64/Debug/lib",
"bin/intel64/Debug",
"bin/intel64/Release/lib",
"temp/tbb/lib",
];
Expand Down
1,314 changes: 946 additions & 368 deletions crates/openvino-sys/src/generated/functions.rs

Large diffs are not rendered by default.

Loading
Loading