From 5744ff5bebb0f2a77b78f554d982033e85ab7798 Mon Sep 17 00:00:00 2001 From: msmykx <101244365+msmykx-intel@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:41:53 +0200 Subject: [PATCH] Fixes in plugin api articles --- .../advanced-guides/quantized-models.rst | 7 ------- .../openvino-plugin-library/plugin-api-references.rst | 2 -- src/inference/dev_api/openvino/runtime/exec_model_info.hpp | 2 +- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/advanced-guides/quantized-models.rst b/docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/advanced-guides/quantized-models.rst index d44dc20d1e0b5a..775e454e97fff1 100644 --- a/docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/advanced-guides/quantized-models.rst +++ b/docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/advanced-guides/quantized-models.rst @@ -1,13 +1,6 @@ -.. {#openvino_docs_ov_plugin_dg_quantized_models} - Quantized models compute and restrictions ========================================= -.. toctree:: - :maxdepth: 1 - :hidden: - - .. meta:: :description: Learn about the support for quantized models with different precisions and the FakeQuantize operation used to express diff --git a/docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/plugin-api-references.rst b/docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/plugin-api-references.rst index 1d669366dd46f4..cc7eb7ced9cd38 100644 --- a/docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/plugin-api-references.rst +++ b/docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/plugin-api-references.rst @@ -1,5 +1,3 @@ -.. {#openvino_docs_ie_plugin_api_references} - Plugin API Reference ==================== diff --git a/src/inference/dev_api/openvino/runtime/exec_model_info.hpp b/src/inference/dev_api/openvino/runtime/exec_model_info.hpp index fc8c9de0844f97..4f1976d671db0f 100644 --- a/src/inference/dev_api/openvino/runtime/exec_model_info.hpp +++ b/src/inference/dev_api/openvino/runtime/exec_model_info.hpp @@ -44,7 +44,7 @@ static const char OUTPUT_PRECISIONS[] = "outputPrecisions"; /** * @ingroup ov_dev_exec_model - * @brief Used to get a value of execution time of the executable primitive. + * @brief Used to get a value of execution time of the executable primitive, where Mcs = Microseconds. */ static const char PERF_COUNTER[] = "execTimeMcs";