blob: 4cf54d1cea913791d8fa857747c5eb657f5e37df (
plain)
1
2
3
4
5
6
7
8
9
10
|
// META: title=test WebNN API clamp operation
// META: global=window,dedicatedworker
// META: script=./resources/utils.js
// META: timeout=long
'use strict';
// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-clamp
testWebNNOperation('clamp', '/webnn/resources/test_data/clamp.json', buildOperationWithSingleInput);
|