Update ONNX submodule to ONNX 1.7 release candidate 3. (#3838)

This commit is contained in:
M. Zeeshan Siddiqui 2020-05-06 00:55:19 -07:00 committed by GitHub
parent b45ce92542
commit 9b02b3df6f
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": "673aef09ba6cb56e7c34f807255f8372f253c0ed",
"commitHash": "8e9c7d57f7c5aa6f6eb7ee7abb0ba2a243781933",
"repositoryUrl": "https://github.com/onnx/onnx.git"
}
}

2
cmake/external/onnx vendored

@ -1 +1 @@
Subproject commit 673aef09ba6cb56e7c34f807255f8372f253c0ed
Subproject commit 8e9c7d57f7c5aa6f6eb7ee7abb0ba2a243781933

View file

@ -31,7 +31,7 @@ version2tag=(5af210ca8a1c73aa6bae8754c9346ec54d0a756e-onnx123
9e55ace55aad1ada27516038dfbdc66a8a0763db-onnx141
7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef-onnx150
1facb4c1bb9cc2107d4dbaf9fd647fefdbbeb0ab-onnx161
673aef09ba6cb56e7c34f807255f8372f253c0ed-onnxtip) #1.7.0
8e9c7d57f7c5aa6f6eb7ee7abb0ba2a243781933-onnxtip) #1.7.0
for v2t in ${version2tag[*]}; do
onnx_version="$(cut -d'-' -f1<<<${v2t})"
onnx_tag="$(cut -d'-' -f2<<<${v2t})"