Module Owl_algodiff_types.Make
Parameters
Signature
type t = | F of A.elt| Arr of A.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) listand register = t list -> t listand label = string * t list