Class Regularizer
Defined in tensorflow/python/keras/regularizers.py
.
Regularizer base class.
Methods
tf.keras.regularizers.Regularizer.__call__
__call__(x)
Call self as a function.
tf.keras.regularizers.Regularizer.from_config
@classmethod
from_config(
cls,
config
)