You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* variadic to fixed args
* remove cargo fmt from generated files
* remove extra tab
* replace tabs by spaces for CI format failures
* Update crates/xtask/src/codegen.rs
Co-authored-by: Andrew Brown <[email protected]>
* Update crates/xtask/Cargo.toml
Co-authored-by: Andrew Brown <[email protected]>
* cargo lock update
---------
Co-authored-by: Andrew Brown <[email protected]>
Copy file name to clipboardExpand all lines: crates/openvino-sys/src/generated/functions.rs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -640,7 +640,8 @@ extern "C" {
640
640
#[doc = " @brief Sets properties for a device, acceptable keys can be found in ov_property_key_xxx.\n @ingroup ov_compiled_model_c_api\n @param compiled_model A pointer to the ov_compiled_model_t.\n @param ... variadic paramaters The format is <char *property_key, char* property_value>.\n Supported property key please see ov_property.h.\n @return Status code of the operation: OK(0) for success."]
0 commit comments