Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Enable max/average pooling onnx_test_runner tests (microsoft#1129)
Browse files Browse the repository at this point in the history
* Enable max/average pooling tests

* minor edit

* comment out maxpool_with_argmax
  • Loading branch information
jignparm authored and askhade committed Jun 26, 2019
1 parent 05a222a commit 089b1ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onnxruntime/test/onnx/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 089b1ef

Please sign in to comment.