# Structs
NormClipper is a GradClipper which clips the values of a matrix according to the NormType.
ValueClipper is a GradClipper which clips the values of a matrix between -Value and +Value.
# Interfaces
GradClipper performs gradient clipping on a set of parameters.