package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typ =
  1. | Uniform of float * float
  2. | Gaussian of float * float
  3. | Standard
  4. | Tanh
  5. | Custom of int -> int -> float
val run : typ -> int -> int -> Owl_algodiff.S.t
val to_string : typ -> string