Update ONNX to a newer commit (#2015)

* Update ONNX to a newer version

* PR comments
This commit is contained in:
Hariharan Seshadri 2019-10-04 19:41:00 -07:00 committed by GitHub
parent f5a8a23951
commit f528da35f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "2873fea8bd4679fdf337d64d1140e80a61986c29",
"commitHash": "553df22c67bee5f0fe6599cff60f1afc6748c635",
"repositoryUrl": "https://github.com/onnx/onnx.git"
}
}

2
cmake/external/onnx vendored

@ -1 +1 @@
Subproject commit 2873fea8bd4679fdf337d64d1140e80a61986c29
Subproject commit 553df22c67bee5f0fe6599cff60f1afc6748c635

View file

@ -13,7 +13,7 @@ version2tag=(5af210ca8a1c73aa6bae8754c9346ec54d0a756e-onnx123
bae6333e149a59a3faa9c4d9c44974373dcf5256-onnx130
9e55ace55aad1ada27516038dfbdc66a8a0763db-onnx141
7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef-onnx150
2873fea8bd4679fdf337d64d1140e80a61986c29-onnxtip)
553df22c67bee5f0fe6599cff60f1afc6748c635-onnxtip)
for v2t in ${version2tag[*]}; do
onnx_version="$(cut -d'-' -f1<<<${v2t})"
onnx_tag="$(cut -d'-' -f2<<<${v2t})"