Neuron.Input
type neuron_typ = Make_Embedded(A).Neuron.Input.neuron_typ = {
mutable in_shape : int array;
mutable out_shape : int array;
}
val create : int array -> neuron_typ
val copy : neuron_typ -> neuron_typ
val run : Optimise.Algodiff.t -> neuron_typ -> Optimise.Algodiff.t
val to_string : neuron_typ -> string
val to_name : unit -> string