package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type neuron_typ = Owl_neural_neuron.Make(Owl_dense_ndarray.D).Input.neuron_typ = {
  1. mutable in_shape : int array;
  2. mutable out_shape : int array;
}
val create : int array -> neuron_typ
val copy : neuron_typ -> neuron_typ
val run : t -> neuron_typ -> t
val to_string : neuron_typ -> string
val to_name : unit -> string