Logo
Explore Help
Sign In
IntenseWebs/openvino
3
0
Fork 0
You've already forked openvino
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
d248bdc91ad1b680a54ddcac38a92f421c16d91b
openvino/docs/snippets/dldt_optimization_guide8.cpp

14 lines
238 B
C++
Raw Normal View History

Refactored ie_plugin_config.hpp (#5899)
2021-06-01 16:31:29 +03:00
#include <ie_core.hpp>
Update md files. Add cpp in docs/examples (#1769) * Update md files. Add cpp in docs/examples * Normalize all the line endings * Fix block_id in snippets * Fix utf-8 encoding * Add new folder for snippets * Fix issues with compiling code from snippets * Added conteiner iterator fix
2020-09-22 18:01:48 +03:00
int main() {
//! [part8]
DOCS: added code snippets compilation and fixes (#2606)
2020-10-10 11:19:16 +03:00
while(true) {
// capture frame
// populate CURRENT InferRequest
// Infer CURRENT InferRequest //this call is synchronous
// display CURRENT result
Update md files. Add cpp in docs/examples (#1769) * Update md files. Add cpp in docs/examples * Normalize all the line endings * Fix block_id in snippets * Fix utf-8 encoding * Add new folder for snippets * Fix issues with compiling code from snippets * Added conteiner iterator fix
2020-09-22 18:01:48 +03:00
}
//! [part8]
return 0;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 116ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API