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

'use strict';

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

testWebNNOperation('batchNormalization', buildBatchNorm);