From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../tests/webnn/gpu/arg_min_max.https.any.js | 10 --------- .../webnn/gpu/batch_normalization.https.any.js | 10 --------- .../web-platform/tests/webnn/gpu/cast.https.any.js | 10 --------- .../tests/webnn/gpu/clamp.https.any.js | 10 --------- .../tests/webnn/gpu/concat.https.any.js | 10 --------- .../tests/webnn/gpu/conv2d.https.any.js | 10 --------- .../tests/webnn/gpu/conv_transpose2d.https.any.js | 10 --------- .../webnn/gpu/elementwise_binary.https.any.js | 10 --------- .../webnn/gpu/elementwise_logical.https.any.js | 20 ------------------ .../tests/webnn/gpu/elementwise_unary.https.any.js | 13 ------------ .../web-platform/tests/webnn/gpu/elu.https.any.js | 10 --------- .../tests/webnn/gpu/expand.https.any.js | 11 ---------- .../tests/webnn/gpu/gather.https.any.js | 10 --------- .../web-platform/tests/webnn/gpu/gemm.https.any.js | 10 --------- .../tests/webnn/gpu/hard_sigmoid.https.any.js | 10 --------- .../tests/webnn/gpu/hard_swish.https.any.js | 10 --------- .../webnn/gpu/instance_normalization.https.any.js | 10 --------- .../webnn/gpu/layer_normalization.https.any.js | 10 --------- .../tests/webnn/gpu/leaky_relu.https.any.js | 10 --------- .../tests/webnn/gpu/linear.https.any.js | 10 --------- .../tests/webnn/gpu/matmul.https.any.js | 10 --------- .../web-platform/tests/webnn/gpu/pad.https.any.js | 10 --------- .../tests/webnn/gpu/pooling.https.any.js | 10 --------- .../tests/webnn/gpu/prelu.https.any.js | 10 --------- .../tests/webnn/gpu/reduction.https.any.js | 24 ---------------------- .../web-platform/tests/webnn/gpu/relu.https.any.js | 10 --------- .../tests/webnn/gpu/reshape.https.any.js | 11 ---------- .../tests/webnn/gpu/sigmoid.https.any.js | 10 --------- .../tests/webnn/gpu/slice.https.any.js | 10 --------- .../tests/webnn/gpu/softmax.https.any.js | 10 --------- .../tests/webnn/gpu/softplus.https.any.js | 10 --------- .../tests/webnn/gpu/softsign.https.any.js | 10 --------- .../tests/webnn/gpu/split.https.any.js | 10 --------- .../web-platform/tests/webnn/gpu/tanh.https.any.js | 10 --------- .../tests/webnn/gpu/transpose.https.any.js | 10 --------- .../tests/webnn/gpu/where.https.any.js | 10 --------- 36 files changed, 389 deletions(-) delete mode 100644 testing/web-platform/tests/webnn/gpu/arg_min_max.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/batch_normalization.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/cast.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/clamp.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/concat.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/conv2d.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/conv_transpose2d.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/elementwise_binary.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/elementwise_logical.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/elementwise_unary.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/elu.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/expand.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/gather.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/gemm.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/hard_sigmoid.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/hard_swish.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/instance_normalization.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/layer_normalization.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/leaky_relu.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/linear.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/matmul.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/pad.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/pooling.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/prelu.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/reduction.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/relu.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/reshape.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/sigmoid.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/slice.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/softmax.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/softplus.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/softsign.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/split.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/tanh.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/transpose.https.any.js delete mode 100644 testing/web-platform/tests/webnn/gpu/where.https.any.js (limited to 'testing/web-platform/tests/webnn/gpu') diff --git a/testing/web-platform/tests/webnn/gpu/arg_min_max.https.any.js b/testing/web-platform/tests/webnn/gpu/arg_min_max.https.any.js deleted file mode 100644 index 76092ea92e..0000000000 --- a/testing/web-platform/tests/webnn/gpu/arg_min_max.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API argMin/Max operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-argminmax - -testWebNNOperation(['argMin', 'argMax'], buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/batch_normalization.https.any.js b/testing/web-platform/tests/webnn/gpu/batch_normalization.https.any.js deleted file mode 100644 index 90b6def636..0000000000 --- a/testing/web-platform/tests/webnn/gpu/batch_normalization.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API batchNormalization operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-batchnorm - -testWebNNOperation('batchNormalization', buildBatchNorm, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/cast.https.any.js b/testing/web-platform/tests/webnn/gpu/cast.https.any.js deleted file mode 100644 index 1830364eb5..0000000000 --- a/testing/web-platform/tests/webnn/gpu/cast.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API cast operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-cast - -testWebNNOperation('cast', buildCast, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/clamp.https.any.js b/testing/web-platform/tests/webnn/gpu/clamp.https.any.js deleted file mode 100644 index 98313868b6..0000000000 --- a/testing/web-platform/tests/webnn/gpu/clamp.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API clamp operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-clamp - -testWebNNOperation('clamp', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/concat.https.any.js b/testing/web-platform/tests/webnn/gpu/concat.https.any.js deleted file mode 100644 index 07073724fe..0000000000 --- a/testing/web-platform/tests/webnn/gpu/concat.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API concat operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-concat - -testWebNNOperation('concat', buildConcat, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/conv2d.https.any.js b/testing/web-platform/tests/webnn/gpu/conv2d.https.any.js deleted file mode 100644 index b3986b6555..0000000000 --- a/testing/web-platform/tests/webnn/gpu/conv2d.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API conv2d operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-conv2d - -testWebNNOperation('conv2d', buildConv2d, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/conv_transpose2d.https.any.js b/testing/web-platform/tests/webnn/gpu/conv_transpose2d.https.any.js deleted file mode 100644 index 020bfa9c97..0000000000 --- a/testing/web-platform/tests/webnn/gpu/conv_transpose2d.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API convTranspose2d operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-convtranspose2d - -testWebNNOperation('convTranspose2d', buildConvTranspose2d, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/elementwise_binary.https.any.js b/testing/web-platform/tests/webnn/gpu/elementwise_binary.https.any.js deleted file mode 100644 index 035d0c77c0..0000000000 --- a/testing/web-platform/tests/webnn/gpu/elementwise_binary.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API element-wise binary operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-binary - -testWebNNOperation(['add', 'sub', 'mul', 'div', 'max', 'min', 'pow'], buildOperationWithTwoInputs, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/elementwise_logical.https.any.js b/testing/web-platform/tests/webnn/gpu/elementwise_logical.https.any.js deleted file mode 100644 index f597ce8e0b..0000000000 --- a/testing/web-platform/tests/webnn/gpu/elementwise_logical.https.any.js +++ /dev/null @@ -1,20 +0,0 @@ -// META: title=test WebNN API element-wise logical operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-logical - -testWebNNOperation( - [ - 'equal', - 'greater', - 'greaterOrEqual', - 'lesser', - 'lesserOrEqual', - ], - buildOperationWithTwoInputs, 'gpu' -); -testWebNNOperation('logicalNot', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/elementwise_unary.https.any.js b/testing/web-platform/tests/webnn/gpu/elementwise_unary.https.any.js deleted file mode 100644 index 45978f91ec..0000000000 --- a/testing/web-platform/tests/webnn/gpu/elementwise_unary.https.any.js +++ /dev/null @@ -1,13 +0,0 @@ -// META: title=test WebNN API element-wise unary operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-unary - -testWebNNOperation( - ['abs', 'ceil', 'cos', 'erf', 'exp', 'floor', 'identity', 'log', 'neg', 'reciprocal', 'sin', 'sqrt', 'tan'], - buildOperationWithSingleInput, 'gpu' -); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/elu.https.any.js b/testing/web-platform/tests/webnn/gpu/elu.https.any.js deleted file mode 100644 index 965bb4d35f..0000000000 --- a/testing/web-platform/tests/webnn/gpu/elu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API elu operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-elu - -testWebNNOperation('elu', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/expand.https.any.js b/testing/web-platform/tests/webnn/gpu/expand.https.any.js deleted file mode 100644 index 82fa891a39..0000000000 --- a/testing/web-platform/tests/webnn/gpu/expand.https.any.js +++ /dev/null @@ -1,11 +0,0 @@ -// META: title=test WebNN API expand operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-expand - -// reuse buildReshape method -testWebNNOperation('expand', buildReshape, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/gather.https.any.js b/testing/web-platform/tests/webnn/gpu/gather.https.any.js deleted file mode 100644 index 7c8a685c5c..0000000000 --- a/testing/web-platform/tests/webnn/gpu/gather.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API gather operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gather - -testWebNNOperation('gather', buildOperationWithTwoInputs, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/gemm.https.any.js b/testing/web-platform/tests/webnn/gpu/gemm.https.any.js deleted file mode 100644 index a19dc39bbc..0000000000 --- a/testing/web-platform/tests/webnn/gpu/gemm.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API gemm operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gemm - -testWebNNOperation('gemm', buildGemm, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/hard_sigmoid.https.any.js b/testing/web-platform/tests/webnn/gpu/hard_sigmoid.https.any.js deleted file mode 100644 index b6f2f53b32..0000000000 --- a/testing/web-platform/tests/webnn/gpu/hard_sigmoid.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API hardSigmoid operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-sigmoid - -testWebNNOperation('hardSigmoid', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/hard_swish.https.any.js b/testing/web-platform/tests/webnn/gpu/hard_swish.https.any.js deleted file mode 100644 index a1731490bd..0000000000 --- a/testing/web-platform/tests/webnn/gpu/hard_swish.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API tanh operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-swish - -testWebNNOperation('hardSwish', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/instance_normalization.https.any.js b/testing/web-platform/tests/webnn/gpu/instance_normalization.https.any.js deleted file mode 100644 index e1d73de387..0000000000 --- a/testing/web-platform/tests/webnn/gpu/instance_normalization.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API instanceNormalization operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-instancenorm - -testWebNNOperation('instanceNormalization', buildLayerNorm, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/layer_normalization.https.any.js b/testing/web-platform/tests/webnn/gpu/layer_normalization.https.any.js deleted file mode 100644 index 1deb43bee5..0000000000 --- a/testing/web-platform/tests/webnn/gpu/layer_normalization.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API layerNormalization operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-layernorm - -testWebNNOperation('layerNormalization', buildLayerNorm, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/leaky_relu.https.any.js b/testing/web-platform/tests/webnn/gpu/leaky_relu.https.any.js deleted file mode 100644 index f3a7bd8ba5..0000000000 --- a/testing/web-platform/tests/webnn/gpu/leaky_relu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API leakyRelu operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-leakyrelu - -testWebNNOperation('leakyRelu', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/linear.https.any.js b/testing/web-platform/tests/webnn/gpu/linear.https.any.js deleted file mode 100644 index 48b8d82c1e..0000000000 --- a/testing/web-platform/tests/webnn/gpu/linear.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API linear operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-linear - -testWebNNOperation('linear', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/matmul.https.any.js b/testing/web-platform/tests/webnn/gpu/matmul.https.any.js deleted file mode 100644 index 01fed04e3d..0000000000 --- a/testing/web-platform/tests/webnn/gpu/matmul.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API matmul operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-matmul - -testWebNNOperation('matmul', buildOperationWithTwoInputs, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/pad.https.any.js b/testing/web-platform/tests/webnn/gpu/pad.https.any.js deleted file mode 100644 index 26d1bf0f38..0000000000 --- a/testing/web-platform/tests/webnn/gpu/pad.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API pad operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pad - -testWebNNOperation('pad', buildPad, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/pooling.https.any.js b/testing/web-platform/tests/webnn/gpu/pooling.https.any.js deleted file mode 100644 index ab12881881..0000000000 --- a/testing/web-platform/tests/webnn/gpu/pooling.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API pooling operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pool2d - -testWebNNOperation(['averagePool2d', 'maxPool2d'], buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/prelu.https.any.js b/testing/web-platform/tests/webnn/gpu/prelu.https.any.js deleted file mode 100644 index 5a1580e662..0000000000 --- a/testing/web-platform/tests/webnn/gpu/prelu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API prelu operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-prelu - -testWebNNOperation('prelu', buildOperationWithTwoInputs, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/reduction.https.any.js b/testing/web-platform/tests/webnn/gpu/reduction.https.any.js deleted file mode 100644 index 69f9b64df4..0000000000 --- a/testing/web-platform/tests/webnn/gpu/reduction.https.any.js +++ /dev/null @@ -1,24 +0,0 @@ -// META: title=test WebNN API reduction operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reduce - -testWebNNOperation( - [ - 'reduceL1', - 'reduceL2', - 'reduceLogSum', - 'reduceLogSumExp', - 'reduceMax', - 'reduceMean', - 'reduceMin', - 'reduceProduct', - 'reduceSum', - 'reduceSumSquare', - ], - buildOperationWithSingleInput, 'gpu' -); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/relu.https.any.js b/testing/web-platform/tests/webnn/gpu/relu.https.any.js deleted file mode 100644 index dc09846e3b..0000000000 --- a/testing/web-platform/tests/webnn/gpu/relu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API relu operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-relu - -testWebNNOperation('relu', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/reshape.https.any.js b/testing/web-platform/tests/webnn/gpu/reshape.https.any.js deleted file mode 100644 index e5145e2403..0000000000 --- a/testing/web-platform/tests/webnn/gpu/reshape.https.any.js +++ /dev/null @@ -1,11 +0,0 @@ -// META: title=test WebNN API reshape operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reshape - -testWebNNOperation('reshape', buildReshape, 'gpu'); - diff --git a/testing/web-platform/tests/webnn/gpu/sigmoid.https.any.js b/testing/web-platform/tests/webnn/gpu/sigmoid.https.any.js deleted file mode 100644 index 6c85f5b303..0000000000 --- a/testing/web-platform/tests/webnn/gpu/sigmoid.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API sigmoid operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-sigmoid - -testWebNNOperation('sigmoid', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/slice.https.any.js b/testing/web-platform/tests/webnn/gpu/slice.https.any.js deleted file mode 100644 index 98e5f422da..0000000000 --- a/testing/web-platform/tests/webnn/gpu/slice.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API slice operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-slice - -testWebNNOperation('slice', buildSlice, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/softmax.https.any.js b/testing/web-platform/tests/webnn/gpu/softmax.https.any.js deleted file mode 100644 index 9170dd0e14..0000000000 --- a/testing/web-platform/tests/webnn/gpu/softmax.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API softmax operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softmax - -testWebNNOperation('softmax', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/softplus.https.any.js b/testing/web-platform/tests/webnn/gpu/softplus.https.any.js deleted file mode 100644 index a61e5beaef..0000000000 --- a/testing/web-platform/tests/webnn/gpu/softplus.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API softplus operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softplus - -testWebNNOperation('softplus', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/softsign.https.any.js b/testing/web-platform/tests/webnn/gpu/softsign.https.any.js deleted file mode 100644 index f598cbfcef..0000000000 --- a/testing/web-platform/tests/webnn/gpu/softsign.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API softsign operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softsign - -testWebNNOperation('softsign', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/split.https.any.js b/testing/web-platform/tests/webnn/gpu/split.https.any.js deleted file mode 100644 index 8eecd76fa1..0000000000 --- a/testing/web-platform/tests/webnn/gpu/split.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API split operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-split - -testWebNNOperation('split', buildSplit, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/tanh.https.any.js b/testing/web-platform/tests/webnn/gpu/tanh.https.any.js deleted file mode 100644 index 15a9eeb013..0000000000 --- a/testing/web-platform/tests/webnn/gpu/tanh.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API tanh operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-tanh - -testWebNNOperation('tanh', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/transpose.https.any.js b/testing/web-platform/tests/webnn/gpu/transpose.https.any.js deleted file mode 100644 index 074e18a488..0000000000 --- a/testing/web-platform/tests/webnn/gpu/transpose.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API transpose operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-transpose - -testWebNNOperation('transpose', buildOperationWithSingleInput, 'gpu'); \ No newline at end of file diff --git a/testing/web-platform/tests/webnn/gpu/where.https.any.js b/testing/web-platform/tests/webnn/gpu/where.https.any.js deleted file mode 100644 index ec0c5530a0..0000000000 --- a/testing/web-platform/tests/webnn/gpu/where.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API where operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-where - -testWebNNOperation('where', buildWhere, 'gpu'); \ No newline at end of file -- cgit v1.2.3