diff options
Diffstat (limited to 'testing/web-platform/meta/webnn/squeeze.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/squeeze.https.any.js.ini | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/squeeze.https.any.js.ini b/testing/web-platform/meta/webnn/squeeze.https.any.js.ini new file mode 100644 index 0000000000..861af5874e --- /dev/null +++ b/testing/web-platform/meta/webnn/squeeze.https.any.js.ini @@ -0,0 +1,37 @@ +[squeeze.https.any.worker.html] + expected: ERROR + +[squeeze.https.any.html] + expected: ERROR + [squeeze float32 2D tensor by eliminating one dimension default options / async] + expected: NOTRUN + + [squeeze float32 3D tensor by eliminating one dimension default options / async] + expected: NOTRUN + + [squeeze float32 3D tensor by eliminating two dimensions default options / async] + expected: NOTRUN + + [squeeze float32 4D tensor by eliminating two dimensions default options / async] + expected: NOTRUN + + [squeeze float32 4D tensor by eliminating all dimensions default options / async] + expected: NOTRUN + + [squeeze float32 5D tensor by eliminating four dimensions default options / async] + expected: NOTRUN + + [squeeze float32 2D tensor by eliminating one dimension options.axes / async] + expected: NOTRUN + + [squeeze float32 3D tensor by eliminating two dimensions options.axes / async] + expected: NOTRUN + + [squeeze float32 4D tensor by eliminating two dimensions options.axes / async] + expected: NOTRUN + + [squeeze float32 5D tensor by eliminating two dimensions options.axes / async] + expected: NOTRUN + + [squeeze float32 5D tensor by eliminating four dimensions options.axes / async] + expected: NOTRUN |