summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webnn/validation_tests/relu.https.any.js
blob: 237c1c3eda3a490c5a14d335b1897ccc22b21848 (plain)
1
2
3
4
5
6
7
8
9
10
// META: title=validation tests for WebNN API relu operation
// META: global=window,dedicatedworker
// META: script=../resources/utils_validation.js

'use strict';

validateInputFromAnotherBuilder('relu');

validateUnaryOperation(
    'relu', allWebNNOperandDataTypes, /*alsoBuildActivation=*/ true);