mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
enable matmul tests (#1255)
* enable matmul and gemm tests * correction
This commit is contained in:
parent
ba25ea3643
commit
5b87f07d80
1 changed files with 1 additions and 6 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue