Skip to content

Norm

Bases: BaseModule

Element-wise (x - mean) / std normalization. Output is FP32.

Parameters:

Name Type Description Default
mean float

Mean subtracted from the input.

required
std float

Standard deviation used to scale the input.

required
dtype_in str

Declared input dtype.

UINT8