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
372699ec49e72edc08b87c0767527401f0614adf
openvino/docs/snippets/cpu/Bfloat16Inference0.cpp

10 lines
207 B
C++
Raw Normal View History

[CPU] CPU plugin docs refactoring (#10970) * CPU device documentation refresh * Bfloat16 inference page aligned with the new API * Bfloat16 inference section moved to CPU main * First review comments applied * Second review step comments applied * OneDNN reference changed to the GitHub page * AvgPool added to the oneDNN ops list
2022-03-18 14:56:22 +03:00
#include <openvino/runtime/core.hpp>
Fixed linker warnings in docs snippets on Windows (#15119)
2023-01-16 07:29:44 +04:00
int cpu_Bfloat16Inference0() {
[CPU] CPU plugin docs refactoring (#10970) * CPU device documentation refresh * Bfloat16 inference page aligned with the new API * Bfloat16 inference section moved to CPU main * First review comments applied * Second review step comments applied * OneDNN reference changed to the GitHub page * AvgPool added to the oneDNN ops list
2022-03-18 14:56:22 +03:00
//! [part0]
ov::Core core;
auto cpuOptimizationCapabilities = core.get_property("CPU", ov::device::capabilities);
//! [part0]
return 0;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 128ms 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