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 | 74 |
1 files changed, 0 insertions, 74 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 deleted file mode 100644 index 7ce472b23b..0000000000 --- a/testing/web-platform/meta/webnn/gemm.https.any.js.ini +++ /dev/null @@ -1,74 +0,0 @@ -[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 two float32 2D constant tensors options.c / async] - expected: NOTRUN - - -[gemm.https.any.worker.html] - expected: ERROR |