tensorflow / ngraph-bridge

TensorFlow-nGraph bridge
Other
137 stars 64 forks source link

Fix multi-output handling bug in TS #752

Closed adk9 closed 3 years ago

adk9 commented 3 years ago

This fixes an issue in transpose sinking where transposes where being combined for ops with multiple outputs. ngraph::Output<ngraph::Node> is used to track edges instead of using ngraph::Node.