Optimise.Clipping
Clipping module
type typ =
| L2norm of float
| Value of float * float
| None
Types of clipping functions.
val run : typ -> Algodiff.t -> Algodiff.t
Execute the computations defined in module typ.
typ
val default : typ -> typ
Create module typ with default values.
val to_string : typ -> string
Convert the module typ to its string representation.