Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue when onnx outputs are also used by other nodes (llvm#1323)
Importing onnx graph fails if an output is also used by another node. This happens because the output ValueInfo will be registered, and then it will throw an error that it already exists when importing internal ValueInfos. Solution is to import the internal ValueInfos before importing the output ValueInfos. Resolves llvm#1376 Signed-off-by: Michael Holman <[email protected]>
- Loading branch information