Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

ngraph funtion instead of .xml in openvino inference engine

mahinlma
New Contributor I
700 Views

What can be improved with ngraph funtion instead of .xml in openvino inference engine

0 Kudos
1 Solution
IntelSupport
Community Manager
687 Views

Hi Maheshwari,

nGraph is a ‘framework-neutral’ Deep Neural Network (DNN) model compiler.

An nGraph function, once created, can wrap into a CNNNetwork, thus creating utility for data scientists or app developers to define a Deep Learning (DL) model in a neutral way that does not depend on existing DL frameworks.

In other words, nGraph compiler offers framework abstraction, which allows the creation of DL model without having to think about how that model must be adjusted across different frameworks.

 

Regards,

Munesh

 

 

View solution in original post

0 Kudos
1 Reply
IntelSupport
Community Manager
688 Views

Hi Maheshwari,

nGraph is a ‘framework-neutral’ Deep Neural Network (DNN) model compiler.

An nGraph function, once created, can wrap into a CNNNetwork, thus creating utility for data scientists or app developers to define a Deep Learning (DL) model in a neutral way that does not depend on existing DL frameworks.

In other words, nGraph compiler offers framework abstraction, which allows the creation of DL model without having to think about how that model must be adjusted across different frameworks.

 

Regards,

Munesh

 

 

0 Kudos
Reply