File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,15 @@ openvino-finder
3
3
4
4
A utility for locating OpenVINO™ libraries on a host system. It will attempt to find the OpenVINO
5
5
shared libraries in:
6
+ - the ` OPENVINO_BUILD_DIR ` environment variable (pointed at a locally-built OpenVINO repository)
6
7
- the ` OPENVINO_INSTALL_DIR ` environment variable (pointed at the top-level OpenVINO installation,
7
- e.g. ` /opt/intel/openvino ` )
8
+ e.g., ` /opt/intel/openvino ` )
8
9
- the ` INTEL_OPENVINO_DIR ` environment variable (same as above; this is set by OpenVINO setup
9
10
scripts)
10
11
- the environment's library path (e.g., ` LD_LIBRARY_PATH ` in Linux; this is also set by the OpenVINO
11
12
setup scripts)
12
13
- OpenVINO's default installation paths for the OS (a best effort attempt)
13
14
14
- > #### WARNING
15
- > This crate is currently experimental--its API surface is subject to change.
16
-
17
15
### Use
18
16
19
17
``` Rust
Original file line number Diff line number Diff line change 3
3
The [ openvino-sys] crate provides low-level, unsafe, Rust bindings to OpenVINO™ using its [ C API] .
4
4
If you are looking to use OpenVINO™ from Rust, you likely should look at the ergonomic, safe
5
5
bindings in [ openvino] , which depends on this crate. See the repository [ README] for more
6
- information, including build instructions.
7
- > #### WARNING
8
- > This crate is currently experimental--its API surface is subject to change.
6
+ information, including instructions for configuring this crate at build time.
9
7
10
- [ C API ] : https://docs.openvinotoolkit.org/2020.1/ie_c_api/groups .html
8
+ [ C API ] : https://docs.openvino.ai/latest/api/api_reference .html
11
9
[ openvino-sys ] : https://crates.io/crates/openvino-sys
12
10
[ openvino ] : https://crates.io/crates/openvino
13
11
[ README ] : https://github.com/intel/openvino-rs
Original file line number Diff line number Diff line change 1
1
# openvino
2
2
3
3
The [ openvino] crate provides high-level, ergonomic, safe Rust bindings to OpenVINO™. See the
4
- repository [ README] for more information, such as build instructions.
5
-
6
- > #### WARNING
7
- > This crate is currently experimental--its API surface is subject to change.
4
+ repository [ README] for more information, including instructions for configuring this crate at build
5
+ time.
8
6
9
7
[ openvino ] : https://crates.io/crates/openvino
10
8
[ README ] : https://github.com/intel/openvino-rs
You can’t perform that action at this time.
0 commit comments