Module type Owl_algodiff_types_sig.Sig
type t =
| F of elt
| Arr of arr
| DF of t * t * int
| DR of t * t Stdlib.ref * op * int Stdlib.ref * int * int Stdlib.ref
and adjoint = t -> t Stdlib.ref -> (t * t) list -> (t * t) list
and register = t list -> t list
and label = string * t list