Files
openvino/docs/IE_PLUGIN_DG/Properties.md
Tatiana Savina e3fdfc4e09 DOCS shift to rst Plugin updated (#17000)
* shift to rst

* test snippets

* test build fixes

* change code block

* test new path

* change path

* add cancel

* change note format

* add docs

* change path to snippet

* change path to snippet

* change list format

* fix list

* fix snippets path

* fix format

* fix lists

* fix snippet

* compiled model doc fix

* change indentation

* small fixes to format
2023-04-18 10:59:15 +02:00

503 B

Plugin Properties

@sphinxdirective

Plugin can provide own device-specific properties.

Property Class ##############

OpenVINO API provides the interface ov::Property which allows to define the property and access rights. Based on that, a declaration of plugin specific properties can look as follows:

.. doxygensnippet:: src/plugins/template/include/template/properties.hpp :language: cpp :fragment: [properties:public_header]

@endsphinxdirective