diff options
Diffstat (limited to 'testing/web-platform/meta/webnn/reshape.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/reshape.https.any.js.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/reshape.https.any.js.ini b/testing/web-platform/meta/webnn/reshape.https.any.js.ini new file mode 100644 index 0000000000..765ed0dc2f --- /dev/null +++ b/testing/web-platform/meta/webnn/reshape.https.any.js.ini @@ -0,0 +1,22 @@ +[reshape.https.any.worker.html] + expected: ERROR + +[reshape.https.any.html] + expected: ERROR + [reshape float32 tensor to a new shape (reorder all dimensions) / async] + expected: NOTRUN + + [reshape float32 tensor to a new shape (reduce dimensions) / async] + expected: NOTRUN + + [reshape float32 tensor to a new shape (extend dimensions) / async] + expected: NOTRUN + + [reshape float32 tensor to a new shape (one dimension being the special value of null) / async] + expected: NOTRUN + + [reshape float32 tensor to 1D tensor / async] + expected: NOTRUN + + [reshape float32 tensor to 1D tensor newShape=[null\] / async] + expected: NOTRUN |