package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typ =
  1. | L1norm
  2. | L2norm
  3. | Quadratic
  4. | Cross_entropy
  5. | Custom of Owl_algodiff.S.t -> Owl_algodiff.S.t -> Owl_algodiff.S.t
val to_string : typ -> string