* Added VariableState to Plugin API documentation * More fixes for plugin documentation * Added ie_memory_state.hpp to documentation * Added proper dependencies between C++ and Plugin API targets * Fixed issues in public C++ API reference * Fixed issues in public C++ API reference: part 2 * Removed obsolete entries from EXCLUDE_SYMBOLS in doxygen config * Fixed path to examples, tag files for Plugin API doxygen file * Put impl to a private section for VariableStatebase * Fixed examples path to Plugin API: part 2 * Fixed path to examples in main ie_docs doxygen file * Replaced path to snippets; otherwise path depends on how cloned repo is named * Added path to snippets for ie_docs doxygen file as well * Great amount of fixes for documentation * Removed IE_SET_METRIC * Fixes for C API documentation * More fixes for documentation * Restored Transformations API as a part of Plugin API * Fixed tag files usage for Plugin API * Fixed link to FakeQuantize operation
28 lines
1.7 KiB
XML
28 lines
1.7 KiB
XML
<doxygenlayout version="1.0">
|
|
<navindex>
|
|
<!-- Steps -->
|
|
<tab type="usergroup" url="index.html" visibile="yes" title="GUIDE">
|
|
<tab type="usergroup" url="index.html" title="Developer Guide for Inference Engine Plugin Library">
|
|
<tab type="user" url="@ref plugin" visibile="yes" title="Implement Plugin Functionality"/>
|
|
<tab type="user" url="@ref executable_network" visibile="yes" title="Implement Executable Network Functionality"/>
|
|
<tab type="user" url="@ref infer_request" visibile="yes" title="Implement Synchronous Inference Request"/>
|
|
<tab type="user" url="@ref async_infer_request" visibile="yes" title="Implement Asynchronous Inference Request"/>
|
|
</tab>
|
|
</tab>
|
|
<!-- Additional resources -->
|
|
<tab type="usergroup" visibile="no" title="DETAILED GUIDES">
|
|
<tab type="user" url="@ref plugin_build" visibile="yes" title="Build Your Plugin with CMake*"/>
|
|
<tab type="user" url="@ref plugin_testing" visibile="yes" title="Test Your Plugin"/>
|
|
<tab type="user" url="@ref quantized_networks" visibile="yes" title="Quantized networks guide"/>
|
|
</tab>
|
|
<!-- API References -->
|
|
<tab type="usergroup" title="API REFERENCE">
|
|
<!-- IE Plugin API -->
|
|
<tab type="user" url="group__ie__dev__api.html" visible="yes" title="Inference Engine Plugin API Reference"/>
|
|
<!-- IE Transformations API -->
|
|
<tab type="user" url="group__ie__transformation__api.html" visible="yes" title="Inference Engine Transformations API Reference"/>
|
|
</tab>
|
|
<tab type="usergroup" title="MAIN OPENVINO™ DOCS" url="../index.html"/>
|
|
</navindex>
|
|
</doxygenlayout>
|