Optimise.Batch
Batch module
val run : typ -> Algodiff.t -> Algodiff.t -> int -> Algodiff.t * Algodiff.t
Execute the computations defined in module typ
.
val batches : typ -> Algodiff.t -> int
Return the total number of batches given a batch typ
.
val to_string : typ -> string
Convert the module typ
to its string representation.