package owl

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

Innovation. Community. Security.