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