enable matmul tests (#1255)

* enable matmul and gemm tests

* correction
This commit is contained in:
Ashwini Khade 2019-06-20 10:32:15 -07:00 committed by GitHub
parent ba25ea3643
commit 5b87f07d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,12 +319,7 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
{"constantofshape_float_ones", "test data bug", {"onnx141","onnx150"}},
{"constantofshape_int_zeros", "test data bug", {"onnx141","onnx150"}},
{"convtranspose_1d", "disable reason"},
{"convtranspose_3d", "disable reason"},
{"gemm_broadcast", "disable reason"},
{"gemm_nobroadcast", "disable reason"},
{"matmul_2d", "disable reason"},
{"matmul_3d", "disable reason"},
{"matmul_4d", "disable reason"},
{"convtranspose_3d", "disable reason"},
{"cast_STRING_to_FLOAT", "Cast opset 9 not supported yet"},
{"cast_FLOAT_to_STRING", "Cast opset 9 not supported yet"},
{"tf_inception_resnet_v2", "Cast opset 9 not supported yet"},