Skip to content

Commit

Permalink
[C API] remove UNDEFINED property value (openvinotoolkit#16709)
Browse files Browse the repository at this point in the history
  • Loading branch information
riverlijunjie authored Apr 3, 2023
1 parent 03ab0e4 commit dec425c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bindings/c/include/openvino/c/ov_property.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ ov_property_key_device_priorities;
* and turns into device-specific settings
* Execution mode hint controls preferred optimization targets (performance or accuracy) for given model
* It can be set to be below value:
* "UNDEFINED" //!< Undefined value, settings may vary from device to device
* "PERFORMANCE", //!< Optimize for max performance
* "ACCURACY", //!< Optimize for max accuracy
* @ingroup ov_property_c_api
Expand Down

0 comments on commit dec425c

Please sign in to comment.