Type tf.keras.regularizers Namespace tensorflow Methods deserialize get l1 l1 l1_dyn l1_l2 l1_l2_dyn l2 l2 l2_dyn Properties deserialize_fn get_fn l1_fn l1_l2_fn l2_fn serialize_fn Public static methods object deserialize(string config, object custom_objects) object get(L1L2 identifier) L1L2 l1(double l) L1L2 l1(int l) object l1_dyn(ImplicitContainer<T> l) L1L2 l1_l2(double l1, double l2) object l1_l2_dyn(ImplicitContainer<T> l1, ImplicitContainer<T> l2) L1L2 l2(double l) L1L2 l2(int l) object l2_dyn(ImplicitContainer<T> l) Public properties PythonFunctionContainer deserialize_fn get; PythonFunctionContainer get_fn get; PythonFunctionContainer l1_fn get; PythonFunctionContainer l1_l2_fn get; PythonFunctionContainer l2_fn get; PythonFunctionContainer serialize_fn get;