mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
upgrade onnx
This commit is contained in:
parent
21713b7a41
commit
948cc03490
3 changed files with 12 additions and 4 deletions
2
cmake/external/onnx
vendored
2
cmake/external/onnx
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 0a7cc483eb0c34e15414437bbbb420f52df4d8c2
|
||||
Subproject commit c4cf11269c1ef9bf1f459bb5b1b68a5f66840321
|
||||
|
|
@ -313,7 +313,15 @@ int real_main(int argc, char* argv[]) {
|
|||
{"sign", "opset 9 not supported yet"},
|
||||
{"scatter_with_axis", "opset 9 not supported yet"},
|
||||
{"scatter_without_axis", "opset 9 not supported yet"},
|
||||
{"scan_sum", "opset 9 not supported yet"}};
|
||||
{"scan_sum", "opset 9 not supported yet"},
|
||||
{"shrink", "opset 9 not supported yet"},
|
||||
{"constantofshape_int_zeros", "opset 9 not supported yet"},
|
||||
{"shrink_hard", "opset 9 not supported yet"},
|
||||
{"shrink_soft", "opset 9 not supported yet"},
|
||||
{"where_example", "opset 9 not supported yet"},
|
||||
{"constantofshape_float_ones", "opset 9 not supported yet"},
|
||||
{"batchnorm_example", "opset 9 not supported yet"},
|
||||
{"batchnorm_epsilon", "opset 9 not supported yet"}};
|
||||
|
||||
#ifdef USE_CUDA
|
||||
broken_tests["maxpool_2d_default"] = "cudnn pooling only support input dimension >= 3";
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ else
|
|||
#Install ONNX
|
||||
#5af210ca8a1c73aa6bae8754c9346ec54d0a756e is v1.2.3
|
||||
#bae6333e149a59a3faa9c4d9c44974373dcf5256 is v1.3.0
|
||||
#0a7cc483eb0c34e15414437bbbb420f52df4d8c2 is v1.3.0 latest
|
||||
for onnx_version in "5af210ca8a1c73aa6bae8754c9346ec54d0a756e" "bae6333e149a59a3faa9c4d9c44974373dcf5256" "0a7cc483eb0c34e15414437bbbb420f52df4d8c2"; do
|
||||
#c4cf11269c1ef9bf1f459bb5b1b68a5f66840321 is v1.3.0 latest
|
||||
for onnx_version in "5af210ca8a1c73aa6bae8754c9346ec54d0a756e" "bae6333e149a59a3faa9c4d9c44974373dcf5256" "c4cf11269c1ef9bf1f459bb5b1b68a5f66840321"; do
|
||||
if [ -z ${lastest_onnx_version+x} ]; then
|
||||
echo "first pass";
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue