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

'use strict';

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

testWebNNOperation('softmax', buildOperationWithSingleInput);