tensorflow / ngraph-bridge

TensorFlow-nGraph bridge
Other
137 stars 64 forks source link

Handle skipped inputs correctly in the executable #749

Closed adk9 closed 3 years ago

adk9 commented 3 years ago

When creating the executable we skip parameters that are unused in the nGraph graph to get around IE issues associated with dangling parameters. The input TF tensors corresponding to skipped parameters have to be skipped correctly when executing the infer request.