Click here to download the Blitz Browser!

WPT

wpt / webnn / validation_tests / batchNormalization.https.any.html?gpu

Spec: Web Neural Network API ↗

Runs: Chrome 155.0.8039.0 (wpt@508cc6a62, 2026-09-03) | Firefox 157.0a1 (wpt@508cc6a62, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-56c61 (wpt@8fdda8ce4, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total23/230/230/230/230/23NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")PASSFAILFAILFAILFAIL
[batchNormalization] throw if input is from another builderPASSFAILFAILFAILFAIL
[batchNormalization] throw if mean is from another builderPASSFAILFAILFAILFAIL
[batchNormalization] throw if variance is from another builderPASSFAILFAILFAILFAIL
[batchNormalization] throw if scale option is from another builderPASSFAILFAILFAILFAIL
[batchNormalization] throw if bias option is from another builderPASSFAILFAILFAILFAIL
[batchNormalization] Test with default options.PASSFAILFAILFAILFAIL
[batchNormalization] Test with axis = 2 and epsilon = 0.0001.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the input data type is not one of floating point types.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the mean data type is not the same as the input data type.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the mean operand is not a 1-D tensor.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the size of mean operand is not equal to the size of the input dimension denoted by axis.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the variance data type is not the same as the input data type.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the variance operand is not a 1-D tensor.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the size of variance operand is not equal to the size of the input dimension denoted by axis.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the scale data type is not the same as the input data type.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the scale operand is not a 1-D tensor.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the size of scale operand is not equal to the size of the input dimension denoted by axis.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the bias data type is not the same as the input data type.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the bias operand is not a 1-D tensor.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the size of bias operand is not equal to the size of the input dimension denoted by axis.PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the value of axis is not in the range of [0,N-1].PASSFAILFAILFAILFAIL
[batchNormalization] Throw if the input is a scalar.PASSFAILFAILFAILFAIL