LayerNorm

class LayerNorm(value)[source]

An enumeration.

NONE = 'none'
STANDARD_SCORE = 'standard_score'
TSS_NORM = 'tss_norm'
LINEAR_SCALING = 'linear_scaling'
SOFTMAX_NORM = 'softmax_norm'