package owl-base

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

Module Neuron.LambdaSource

Sourcetype neuron_typ = Make_Embedded(A).Neuron.Lambda.neuron_typ = {
  1. mutable lambda : Optimise.Algodiff.t -> Optimise.Algodiff.t;
  2. mutable in_shape : int array;
  3. mutable out_shape : int array;
}
Sourceval create : ?out_shape:int array -> (Optimise.Algodiff.t -> Optimise.Algodiff.t) -> neuron_typ
Sourceval connect : int array -> neuron_typ -> unit
Sourceval to_string : neuron_typ -> string
Sourceval to_name : unit -> string
OCaml

Innovation. Community. Security.