diff options
Diffstat (limited to 'testing/web-platform/meta/webnn/relu.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/relu.https.any.js.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/relu.https.any.js.ini b/testing/web-platform/meta/webnn/relu.https.any.js.ini new file mode 100644 index 0000000000..2d8e6fc550 --- /dev/null +++ b/testing/web-platform/meta/webnn/relu.https.any.js.ini @@ -0,0 +1,20 @@ +[relu.https.any.html] + expected: ERROR + [relu float32 1D tensor / async] + expected: NOTRUN + + [relu float32 2D tensor / async] + expected: NOTRUN + + [relu float32 3D tensor / async] + expected: NOTRUN + + [relu float32 4D tensor / async] + expected: NOTRUN + + [relu float32 5D tensor / async] + expected: NOTRUN + + +[relu.https.any.worker.html] + expected: ERROR |