Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

// 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);