LostTech.TensorFlow : API Documentation

Type tf.keras.regularizers

Namespace tensorflow

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 l1_l2_fn get;

PythonFunctionContainer serialize_fn get;