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

'use strict';

validateInputFromAnotherBuilder('gelu');

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