summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webnn/conformance_tests/leaky_relu.https.any.js
blob: b2a4055bde70aa4009f227ef8ac9ef2c9a0eb6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// META: title=test WebNN API leakyRelu operation
// META: global=window,dedicatedworker
// META: variant=?cpu
// META: variant=?gpu
// META: script=../resources/utils.js
// META: timeout=long

'use strict';

// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-leakyrelu

runWebNNConformanceTests('leakyRelu', buildOperationWithSingleInput);