package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type layer = {
  1. mutable conv_typ : bool;
  2. mutable in_shape : int array;
  3. mutable out_shape : int array;
}
val create : ?conv_typ:bool -> ?inputs:int array -> int array -> layer
val connect : int array -> layer -> unit
val to_string : layer -> string
OCaml

Innovation. Community. Security.