diff options
Diffstat (limited to 'testing/web-platform/meta/webnn/elementwise_unary.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/elementwise_unary.https.any.js.ini | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/elementwise_unary.https.any.js.ini b/testing/web-platform/meta/webnn/elementwise_unary.https.any.js.ini new file mode 100644 index 0000000000..fd0cf1cf14 --- /dev/null +++ b/testing/web-platform/meta/webnn/elementwise_unary.https.any.js.ini @@ -0,0 +1,139 @@ +[elementwise_unary.https.any.worker.html] + expected: ERROR + +[elementwise_unary.https.any.html] + expected: ERROR + [abs float32 1D tensor / async] + expected: NOTRUN + + [abs float32 2D tensor / async] + expected: NOTRUN + + [abs float32 3D tensor / async] + expected: NOTRUN + + [abs float32 4D tensor / async] + expected: NOTRUN + + [abs float32 5D tensor / async] + expected: NOTRUN + + [ceil float32 1D tensor / async] + expected: NOTRUN + + [ceil float32 2D tensor / async] + expected: NOTRUN + + [ceil float32 3D tensor / async] + expected: NOTRUN + + [ceil float32 4D tensor / async] + expected: NOTRUN + + [ceil float32 5D tensor / async] + expected: NOTRUN + + [cos float32 1D tensor / async] + expected: NOTRUN + + [cos float32 2D tensor / async] + expected: NOTRUN + + [cos float32 3D tensor / async] + expected: NOTRUN + + [cos float32 4D tensor / async] + expected: NOTRUN + + [cos float32 5D tensor / async] + expected: NOTRUN + + [exp float32 1D tensor / async] + expected: NOTRUN + + [exp float32 2D tensor / async] + expected: NOTRUN + + [exp float32 3D tensor / async] + expected: NOTRUN + + [exp float32 4D tensor / async] + expected: NOTRUN + + [exp float32 5D tensor / async] + expected: NOTRUN + + [floor float32 1D tensor / async] + expected: NOTRUN + + [floor float32 2D tensor / async] + expected: NOTRUN + + [floor float32 3D tensor / async] + expected: NOTRUN + + [floor float32 4D tensor / async] + expected: NOTRUN + + [floor float32 5D tensor / async] + expected: NOTRUN + + [log float32 positive 1D tensor / async] + expected: NOTRUN + + [log float32 positive 2D tensor / async] + expected: NOTRUN + + [log float32 positive 3D tensor / async] + expected: NOTRUN + + [log float32 positive 4D tensor / async] + expected: NOTRUN + + [log float32 positive 5D tensor / async] + expected: NOTRUN + + [neg float32 1D tensor / async] + expected: NOTRUN + + [neg float32 2D tensor / async] + expected: NOTRUN + + [neg float32 3D tensor / async] + expected: NOTRUN + + [neg float32 4D tensor / async] + expected: NOTRUN + + [neg float32 5D tensor / async] + expected: NOTRUN + + [sin float32 1D tensor / async] + expected: NOTRUN + + [sin float32 2D tensor / async] + expected: NOTRUN + + [sin float32 3D tensor / async] + expected: NOTRUN + + [sin float32 4D tensor / async] + expected: NOTRUN + + [sin float32 5D tensor / async] + expected: NOTRUN + + [tan float32 1D tensor / async] + expected: NOTRUN + + [tan float32 2D tensor / async] + expected: NOTRUN + + [tan float32 3D tensor / async] + expected: NOTRUN + + [tan float32 4D tensor / async] + expected: NOTRUN + + [tan float32 5D tensor / async] + expected: NOTRUN |