blob: 42b64e11de0eda64f587cce901861fda8e2b7ce3 [file] [log] [blame]
// 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);