Skip to content

Commit

Permalink
Remove maxpool_argmax
Browse files Browse the repository at this point in the history
  • Loading branch information
jignparm committed Jun 26, 2019
1 parent 6be8da1 commit 41adbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/onnx/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
{"shrink", "test case is wrong", {"onnx141"}},
{"maxpool_2d_precomputed_strides", "ShapeInferenceError"},
{"averagepool_2d_precomputed_strides", "ShapeInferenceError"},
{"maxpool_with_argmax_2d_precomputed_strides", "ShapeInferenceError"},
//{"maxpool_with_argmax_2d_precomputed_strides", "ShapeInferenceError"},
{"tf_inception_v2", "result mismatch"},
{"tf_mobilenet_v2_1.0_224", "result mismatch"},
{"tf_mobilenet_v2_1.4_224", "result mismatch"},
Expand Down

0 comments on commit 41adbd0

Please sign in to comment.