mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-06 04:28:32 +00:00
Enable max/average pooling onnx_test_runner tests (#1129)
* Enable max/average pooling tests * minor edit * comment out maxpool_with_argmax
This commit is contained in:
parent
05a222a961
commit
089b1ef3bb
1 changed files with 0 additions and 2 deletions
|
|
@ -350,8 +350,6 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
|
|||
{"tf_nasnet_mobile", "disable temporarily"},
|
||||
{"tf_pnasnet_large", "disable temporarily"},
|
||||
{"shrink", "test case is wrong", {"onnx141"}},
|
||||
{"maxpool_2d_precomputed_strides", "ShapeInferenceError"},
|
||||
{"averagepool_2d_precomputed_strides", "ShapeInferenceError"},
|
||||
{"maxpool_with_argmax_2d_precomputed_strides", "ShapeInferenceError"},
|
||||
{"tf_inception_v2", "result mismatch"},
|
||||
{"tf_mobilenet_v2_1.0_224", "result mismatch"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue