[DOCS][AUTO] Add enable_runtime_fallback property to AUTO Device Sele… (#16645)
* [DOCS][AUTO] Add enable_runtime_fallback property to AUTO Device Selection article * Update docs/OV_Runtime_UG/auto_device_selection.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/OV_Runtime_UG/auto_device_selection.md Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Update docs/OV_Runtime_UG/auto_device_selection.md --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
This commit is contained in:
parent
f95fd27c16
commit
362389c733
@ -135,6 +135,15 @@ Following the OpenVINO™ naming convention, the Automatic Device Selection mode
|
|||||||
| | | | beginning. The default value is ``true``, indicating that CPU is |
|
| | | | beginning. The default value is ``true``, indicating that CPU is |
|
||||||
| | | | used as acceleration by default. |
|
| | | | used as acceleration by default. |
|
||||||
+-----------------------------------------------+----------------------------------------------------------------------+
|
+-----------------------------------------------+----------------------------------------------------------------------+
|
||||||
|
| | ``ov::intel_auto::enable_runtime_fallback`` | | **Values**: |
|
||||||
|
| | | | ``true`` |
|
||||||
|
| | | | ``false`` |
|
||||||
|
| | | | |
|
||||||
|
| | | | Enables/disables runtime fallback to other devices and performs |
|
||||||
|
| | | | the failed inference request again, if inference request fails on |
|
||||||
|
| | | | the currently selected device. |
|
||||||
|
| | | | The default value is ``true``. |
|
||||||
|
+-----------------------------------------------+----------------------------------------------------------------------+
|
||||||
|
|
||||||
Inference with AUTO is configured similarly to when device plugins are used:
|
Inference with AUTO is configured similarly to when device plugins are used:
|
||||||
you compile the model on the plugin with configuration and execute inference.
|
you compile the model on the plugin with configuration and execute inference.
|
||||||
|
Loading…
Reference in New Issue
Block a user