Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable name : string;
  2. mutable attrs : (string * Owl_symbolic_types.attrvalue) array;
  3. mutable dtype : Owl_symbolic_types.number_type;
  4. mutable shape : int array;
  5. mutable out_shape : int array option array;
  6. mutable mean : float;
  7. mutable stddev : float;
  8. mutable seed : float option;
}
val op_type : string
val create : ?mean:float -> ?stddev:float -> ?seed:float option -> ?dtype:Owl_symbolic_types.number_type -> ?name:string -> int array -> t