Optimise.Batch
type typ = Owl_neural_generic.Make_Embedded(Engine).Neuron.Optimise.Batch.typ =
| Full
| Mini of int
| Sample of int
| Stochastic
val run : typ -> Algodiff.t -> Algodiff.t -> int -> Algodiff.t * Algodiff.t
val batches : typ -> Algodiff.t -> int
val to_string : typ -> string