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