Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Fixes in Plugin API articles for 24.3 #26134

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. {#openvino_docs_ie_plugin_api_references}

Plugin API Reference
====================

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
Loading