diff options
Diffstat (limited to 'testing/web-platform/meta/webnn/clamp.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/clamp.https.any.js.ini | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/testing/web-platform/meta/webnn/clamp.https.any.js.ini b/testing/web-platform/meta/webnn/clamp.https.any.js.ini deleted file mode 100644 index b3c4a1fd62..0000000000 --- a/testing/web-platform/meta/webnn/clamp.https.any.js.ini +++ /dev/null @@ -1,55 +0,0 @@ -[clamp.https.any.worker.html] - expected: ERROR - -[clamp.https.any.html] - expected: ERROR - [clamp float32 1D tensor default options / async] - expected: NOTRUN - - [clamp float32 2D tensor default options / async] - expected: NOTRUN - - [clamp float32 3D tensor default options / async] - expected: NOTRUN - - [clamp float32 4D tensor default options / async] - expected: NOTRUN - - [clamp float32 5D tensor default options / async] - expected: NOTRUN - - [clamp float32 4D tensor default options.maxValue and specified negative options.minValue / async] - expected: NOTRUN - - [clamp float32 3D tensor default options.maxValue and specified options.minValue=0.0 / async] - expected: NOTRUN - - [clamp float32 2D tensor default options.maxValue and specified positive options.minValue / async] - expected: NOTRUN - - [clamp float32 5D tensor default options.minValue and specified negative options.maxValue / async] - expected: NOTRUN - - [clamp float32 1D tensor default options.minValue and specified options.maxValue=0.0 / async] - expected: NOTRUN - - [clamp float32 3D tensor default options.minValue and specified positive options.maxValue / async] - expected: NOTRUN - - [clamp float32 5D tensor specified both negative options.minValue and options.maxValue / async] - expected: NOTRUN - - [clamp float32 4D tensor specified negative options.minValue and options.maxValue=0.0 / async] - expected: NOTRUN - - [clamp float32 3D tensor specified negative options.minValue and positive options.maxValue / async] - expected: NOTRUN - - [clamp float32 2D tensor specified options.minValue=0.0 and positive options.maxValue / async] - expected: NOTRUN - - [clamp float32 1D tensor specified both positive options.minValue and options.maxValue / async] - expected: NOTRUN - - [clamp float32 1D constant tensor default options / async] - expected: NOTRUN |