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

'use strict';

validateInputFromAnotherBuilder('softplus');

validateUnaryOperation(
    'softplus', floatingPointTypes, /*alsoBuildActivation=*/ true);