plaidml / openvino

OpenVINO™ Toolkit - Deep Learning Deployment Toolkit repository
https://docs.openvinotoolkit.org/latest/index.html
Apache License 2.0
0 stars 1 forks source link

Fix cases with OpenVINO/nGraph graph rewrites #88

Open tzerrell opened 3 years ago

tzerrell commented 3 years ago

In some cases OpenVINO or nGraph rewrites the network graph (e.g. for optimization); in these cases we currently can't look up the output names correctly; fix this

flaub commented 3 years ago

I believe this is a known issue with the kmb-plugin as well.