13 lines
344 B
JavaScript
13 lines
344 B
JavaScript
// META: title=validation tests for WebNN API softplus operation
|
|
// META: global=window
|
|
// META: variant=?cpu
|
|
// META: variant=?gpu
|
|
// META: variant=?npu
|
|
// META: script=../resources/utils_validation.js
|
|
|
|
'use strict';
|
|
|
|
validateInputFromAnotherBuilder('softplus');
|
|
|
|
const label = 'softplus_xxx';
|
|
validateSingleInputOperation('softplus', label);
|