Skip to content

Commit dd0fe60

Browse files
[DOCS] Fixes in Plugin API articles for 24.3 (#26134)
Port: #26129 * Removed unused toctree. * Added explanation of Microseconds (JIRA: 149717) Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
1 parent cab3882 commit dd0fe60

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/advanced-guides/quantized-models.rst

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
.. {#openvino_docs_ov_plugin_dg_quantized_models}
2-
31
Quantized models compute and restrictions
42
=========================================
53

6-
.. toctree::
7-
:maxdepth: 1
8-
:hidden:
9-
10-
114
.. meta::
125
:description: Learn about the support for quantized models with different
136
precisions and the FakeQuantize operation used to express

docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/plugin-api-references.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. {#openvino_docs_ie_plugin_api_references}
2-
31
Plugin API Reference
42
====================
53

src/inference/dev_api/openvino/runtime/exec_model_info.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static const char OUTPUT_PRECISIONS[] = "outputPrecisions";
4444

4545
/**
4646
* @ingroup ov_dev_exec_model
47-
* @brief Used to get a value of execution time of the executable primitive.
47+
* @brief Used to get a value of execution time of the executable primitive, where Mcs = Microseconds.
4848
*/
4949
static const char PERF_COUNTER[] = "execTimeMcs";
5050

0 commit comments

Comments
 (0)