package owl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Neuron.AvgPool2DSource

Sourcetype neuron_typ = Owl_neural_generic.Make_Embedded(Owl_dense_ndarray.S).Neuron.AvgPool2D.neuron_typ = {
  1. mutable padding : Owl_types.padding;
  2. mutable kernel : int array;
  3. mutable stride : int array;
  4. mutable in_shape : int array;
  5. mutable out_shape : int array;
}
Sourceval create : Owl_types.padding -> int array -> int array -> neuron_typ
Sourceval connect : int array -> neuron_typ -> unit
Sourceval to_string : neuron_typ -> string
Sourceval to_name : unit -> string
OCaml

Innovation. Community. Security.