MeanVarianceNormalization
Description
Normalizes the mean and variance of input tensor x.

Input
x: list of input tensors of type float16 or float.
Attribute
axes: list of ints. The default value range is [0, 2, 3].
Output
y: list of output tensors of type float16 or float.
Constraints
None.
ONNX Opset Support
Opset v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Supported ONNX Operators