From 4871e1802d140d96a622ea420e23faf8ac67ed1f Mon Sep 17 00:00:00 2001 From: Maxim Shevtsov Date: Mon, 9 Nov 2020 14:42:18 +0300 Subject: [PATCH] fix for hetero example (https://jira.devtools.intel.com/browse/CVS-33836) NB: the FPGA (even though deprecated) continues to be the only viable example foir the HETERO plugin, so leaving that (#2982) --- docs/optimization_guide/dldt_optimization_guide.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/optimization_guide/dldt_optimization_guide.md b/docs/optimization_guide/dldt_optimization_guide.md index 490d8735d98..d523ce66dac 100644 --- a/docs/optimization_guide/dldt_optimization_guide.md +++ b/docs/optimization_guide/dldt_optimization_guide.md @@ -263,9 +263,7 @@ The following tips are provided to give general guidance on optimizing execution ### Analyzing Heterogeneous Execution -There is a dedicated configuration option that enables dumping the visualization of the subgraphs created by the heterogeneous plugin: - -@snippet openvino/docs/snippets/dldt_optimization_guide0.cpp part0 +There is a dedicated configuration option that enables dumping the visualization of the subgraphs created by the heterogeneous plugin, please see code example in the [HETERO plugin documentation](https://docs.openvinotoolkit.org/latest/openvino_docs_IE_DG_supported_plugins_HETERO.html#analyzing_heterogeneous_execution) After enabling the configuration key, the heterogeneous plugin generates two files: @@ -276,7 +274,7 @@ You can use GraphViz\* utility or `.dot` converters (for example, to `.png` or ` ![](../img/output_trimmed.png) -You can also use performance data (in samples, it is an option `-pc`) to get performance data on each subgraph. Refer to Internal Inference Performance Counters for more information. +You can also use performance data (in the [Benchmark App](../../inference-engine/samples/benchmark_app/README.md), it is an option `-pc`) to get performance data on each subgraph. Again, refer to the [HETERO plugin documentation](https://docs.openvinotoolkit.org/latest/openvino_docs_IE_DG_supported_plugins_HETERO.html#analyzing_heterogeneous_execution) and to Internal Inference Performance Counters for a general counters information. ## Optimizing Custom Kernels