package owl

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

Module Neuron.TransposeConv3DSource

Sourcetype neuron_typ = Owl_neural_generic.Make_Embedded(Owl_algodiff_primal_ops.D).Neuron.TransposeConv3D.neuron_typ = {
  1. mutable w : Optimise.Algodiff.t;
  2. mutable b : Optimise.Algodiff.t;
  3. mutable kernel : int array;
  4. mutable stride : int array;
  5. mutable padding : Owl_types.padding;
  6. mutable init_typ : Init.typ;
  7. mutable in_shape : int array;
  8. mutable out_shape : int array;
}
Sourceval create : ?inputs:int array -> Owl_types.padding -> int array -> int array -> Init.typ -> neuron_typ
Sourceval connect : int array -> neuron_typ -> unit
Sourceval init : neuron_typ -> unit
Sourceval reset : neuron_typ -> unit
Sourceval mktag : int -> neuron_typ -> unit
Sourceval update : neuron_typ -> Optimise.Algodiff.t array -> unit
Sourceval to_string : neuron_typ -> string
Sourceval to_name : unit -> string
OCaml

Innovation. Community. Security.