summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webnn/conformance_tests/gpu/arg_min_max.https.any.js
blob: c700ee5cad7ec88167c6bc0c73956e11b1e72f6c (plain)
1
2
3
4
5
6
7
8
9
10
// META: title=test WebNN API argMin/Max operations
// META: global=window,dedicatedworker
// META: script=../../resources/utils.js
// META: timeout=long

'use strict';

// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-argminmax

testWebNNOperation(['argMin', 'argMax'], buildOperationWithSingleInput, 'gpu');