diff options
Diffstat (limited to 'testing/web-platform/meta/webnn/gemm.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/gemm.https.any.js.ini | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/gemm.https.any.js.ini b/testing/web-platform/meta/webnn/gemm.https.any.js.ini new file mode 100644 index 0000000000..4fa6e51fee --- /dev/null +++ b/testing/web-platform/meta/webnn/gemm.https.any.js.ini @@ -0,0 +1,71 @@ +[gemm.https.any.html] + expected: ERROR + [gemm two float32 2D tensors (b is non-constant) default options / async] + expected: NOTRUN + + [gemm two float32 2D tensors default options / async] + expected: NOTRUN + + [gemm two float32 2D tensors options.c / async] + expected: NOTRUN + + [gemm two float32 2D tensors broadcast options.c [1, 5\] => [3, 5\] / async] + expected: NOTRUN + + [gemm two float32 2D tensors broadcast options.c [3, 1\] => [3, 5\] / async] + expected: NOTRUN + + [gemm two float32 2D tensors broadcast options.c [1, 1\] => [3, 5\] / async] + expected: NOTRUN + + [gemm two float32 2D tensors broadcast options.c [5\] => [3, 5\] / async] + expected: NOTRUN + + [gemm two float32 2D tensors broadcast options.c [1\] => [3, 5\] / async] + expected: NOTRUN + + [gemm two float32 2D tensors scalar options.c / async] + expected: NOTRUN + + [gemm two float32 2D tensors options.alpha / async] + expected: NOTRUN + + [gemm two float32 2D tensors options.beta / async] + expected: NOTRUN + + [gemm two float32 2D tensors options.c and options.beta / async] + expected: NOTRUN + + [gemm two float32 2D tensors options.aTranspose being true / async] + expected: NOTRUN + + [gemm two float32 2D tensors options.aTranspose being explicit false / async] + expected: NOTRUN + + [gemm two float32 2D tensors options.bTranspose being true / async] + expected: NOTRUN + + [gemm two float32 2D tensors options.bTranspose being explicit false / async] + expected: NOTRUN + + [gemm two float32 2D tensors all options / async] + expected: NOTRUN + + [gemm both negative options.alpha and 1st float32 input tensor / async] + expected: NOTRUN + + [gemm both negative options.alpha and 2nd float32 input tensor / async] + expected: NOTRUN + + [gemm both negative options.beta and 3rd float32 input tensor (options.c) / async] + expected: NOTRUN + + [gemm both negative options.alpha and options.beta / async] + expected: NOTRUN + + [gemm both negative options.alpha and 3rd float32 input tensor (options.c) / async] + expected: NOTRUN + + +[gemm.https.any.worker.html] + expected: ERROR |