samples: update ngraph README (#6070)

This commit is contained in:
Kate Generalova
2021-06-08 12:03:25 +03:00
committed by GitHub
parent 713e4e1ebe
commit eadf2c4ce0
2 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# nGraph Function Creation C++ Sample {#openvino_inference_engine_samples_ngraph_function_creation_sample_README}
This sample demonstrates how to execute an synchronous inference using [nGraph function feature](../../../docs/nGraph_DG/build_function.md) to create a network, which uses weights from LeNet classification network.
This sample demonstrates how to execute an synchronous inference using [nGraph function feature](../../../docs/nGraph_DG/build_function.md) to create a network, which uses weights from LeNet classification network, which is known to work well on digit classification tasks.
The sample supports only single-channel `ubyte` images as an input.