tf.keras.regularizers.l1_l2

tf.keras.regularizers.l1_l2(
    l1=0.01,
    l2=0.01
)

Defined in tensorflow/python/keras/regularizers.py.