tensorflow / ngraph-bridge

TensorFlow-nGraph bridge
Other
137 stars 64 forks source link

Handle multi-output results nodes in IE executor #668

Closed adk9 closed 4 years ago

adk9 commented 4 years ago

Handle cases where the node feeding into a result node has multiple outputs possibly leading to multiple results as well. In cases where the parent of the result node has multiple outputs, we use the correct output index to set the blob corresponding to the result's output.