45 lines
2.4 KiB
XML
45 lines
2.4 KiB
XML
<!--
|
|
******************************************************************************
|
|
Copyright 2017-2021 Intel Corporation
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
******************************************************************************
|
|
-->
|
|
|
|
<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="ADDITIONAL RESOURCES">
|
|
<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>
|
|
<!-- API References -->
|
|
<tab type="usergroup" title="API REFERENCE">
|
|
<!-- IE Plugin API Reference -->
|
|
<tab type="user" url="group__ie__dev__api.html" visible="yes" title="Inference Engine Plugin API Reference"/>
|
|
<!-- IE Transformations API Reference -->
|
|
<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>
|