ngraph python sample (#2574)
authorMikhail Ryzhov <mikhail.ryzhov@intel.com>
Fri, 9 Oct 2020 10:05:55 +0000 (13:05 +0300)
committerGitHub <noreply@github.com>
Fri, 9 Oct 2020 10:05:55 +0000 (13:05 +0300)
commitba931c2d210bfa94d3b593afc6f36cfed3debf0b
tree8493e47eb71f0ce2f86e8b9110788cef06397520
parent0e502ffb3583fc6c9076be9e43b68f85c4add5fa
ngraph python sample (#2574)

This sample demonstrates how to execute an inference using ngraph::Function to create a network
- added sample
- added readme
- added lenet weights
inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/README.md [new file with mode: 0644]
inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/lenet.bin [new file with mode: 0644]
inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/ngraph_function_creation_sample.py [new file with mode: 0644]