blob: 0755f33a904d2f7d07c23fdb336c0ea733ca7c0d [file] [log] [blame]
// META: title=test WebNN API leakyRelu operation
// META: global=window,dedicatedworker
// META: script=./resources/utils.js
// META: timeout=long
'use strict';
// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-leakyrelu
testWebNNOperation('leakyRelu', '/webnn/resources/test_data/leaky_relu.json', buildOperationWithSingleInput);