package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable min : All_piqi.float64 option;
  2. mutable max : All_piqi.float64 option;
  3. mutable num : All_piqi.float64 option;
  4. mutable sum : All_piqi.float64 option;
  5. mutable sum_squares : All_piqi.float64 option;
  6. mutable bucket_limit : All_piqi.float64 list;
  7. mutable bucket : All_piqi.float64 list;
}
OCaml

Innovation. Community. Security.