diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/meta/webnn/gemm.https.any.js.ini | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |