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