Owl_types
This module defines the types shared by various sub-libraries in Owl. Note that they just wrappers, to find the exact module signature, please refer to the definition in the corresponding module.
include module type of struct include Owl_types_common end
type slice = index list
type slice_ = index_ array
module type Ndarray_Basic = sig ... end
module type Ndarray_Compare = sig ... end
module type Ndarray_Mutable = sig ... end
module type Ndarray_Algodiff = sig ... end
module type Ndarray_Numdiff = sig ... end
module type Stats_Dist = sig ... end
module type Computation_Device = sig ... end