summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webnn/conformance_tests/gpu/relu.https.any.js
blob: d1a35367df44f23948262660977b41f8284191a9 (plain)
1
2
3
4
5
6
7
8
9
10
// 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');