DOCS: added code snippets compilation and fixes (#2606)
This commit is contained in:
@@ -4,7 +4,6 @@ int main() {
|
||||
using namespace InferenceEngine;
|
||||
//! [part0]
|
||||
InferenceEngine::Core core;
|
||||
|
||||
auto cpuOptimizationCapabilities = core.GetMetric("CPU", METRIC_KEY(OPTIMIZATION_CAPABILITIES)).as<std::vector<std::string>>();
|
||||
//! [part0]
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user