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:
jignparm 2019-06-26 13:45:35 -07:00 committed by Ashwini Khade
parent 05a222a961
commit 089b1ef3bb

View file

@ -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"},