diff options
Diffstat (limited to 'testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini | 203 |
1 files changed, 203 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini b/testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini new file mode 100644 index 0000000000..714a1f0f9e --- /dev/null +++ b/testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini @@ -0,0 +1,203 @@ +[elementwise_binary.https.any.html] + expected: ERROR + [add float32 1D tensors / async] + expected: NOTRUN + + [add float32 2D tensors / async] + expected: NOTRUN + + [add float32 3D tensors / async] + expected: NOTRUN + + [add float32 4D tensors / async] + expected: NOTRUN + + [add float32 5D tensors / async] + expected: NOTRUN + + [add float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [add float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [add float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [add float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [sub float32 1D tensors / async] + expected: NOTRUN + + [sub float32 2D tensors / async] + expected: NOTRUN + + [sub float32 3D tensors / async] + expected: NOTRUN + + [sub float32 4D tensors / async] + expected: NOTRUN + + [sub float32 5D tensors / async] + expected: NOTRUN + + [sub float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [sub float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [sub float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [sub float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [mul float32 1D tensors / async] + expected: NOTRUN + + [mul float32 2D tensors / async] + expected: NOTRUN + + [mul float32 3D tensors / async] + expected: NOTRUN + + [mul float32 4D tensors / async] + expected: NOTRUN + + [mul float32 5D tensors / async] + expected: NOTRUN + + [mul float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [mul float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [mul float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [mul float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [div float32 1D tensors / async] + expected: NOTRUN + + [div float32 2D tensors / async] + expected: NOTRUN + + [div float32 3D tensors / async] + expected: NOTRUN + + [div float32 4D tensors / async] + expected: NOTRUN + + [div float32 5D tensors / async] + expected: NOTRUN + + [div float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [div float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [div float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [div float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [max float32 1D tensors / async] + expected: NOTRUN + + [max float32 2D tensors / async] + expected: NOTRUN + + [max float32 3D tensors / async] + expected: NOTRUN + + [max float32 4D tensors / async] + expected: NOTRUN + + [max float32 5D tensors / async] + expected: NOTRUN + + [max float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [max float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [max float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [max float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [min float32 1D tensors / async] + expected: NOTRUN + + [min float32 2D tensors / async] + expected: NOTRUN + + [min float32 3D tensors / async] + expected: NOTRUN + + [min float32 4D tensors / async] + expected: NOTRUN + + [min float32 5D tensors / async] + expected: NOTRUN + + [min float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [min float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [min float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [min float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [pow float32 1D base tensor and 1D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 2D base tensor and 2D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 3D base tensor and 3D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 4D base tensor and 4D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 5D base tensor and 5D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 1D positive base tensor and 1D exponent tensor / async] + expected: NOTRUN + + [pow float32 2D positive base tensor and 2D exponent tensor / async] + expected: NOTRUN + + [pow float32 4D positive base tensor and 4D exponent tensor / async] + expected: NOTRUN + + [pow float32 4D exponent tensor and broadcastable 1D positive base tensor / async] + expected: NOTRUN + + [pow float32 4D base tensor and broadcastable 2D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 4D base tensor and broadcastable 3D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 4D exponent tensor and broadcastable 4D positive base tensor / async] + expected: NOTRUN + + +[elementwise_binary.https.any.worker.html] + expected: ERROR |