Make.AvgPool1Dtype neuron_typ = {mutable padding : Owl_types.padding;mutable kernel : int array;mutable stride : int array;mutable in_shape : int array;mutable out_shape : int array;}val create : Owl_types.padding -> int array -> int array -> neuron_typval connect : int array -> neuron_typ -> unitval copy : neuron_typ -> neuron_typval run : Optimise.Algodiff.t -> neuron_typ -> Optimise.Algodiff.tval to_string : neuron_typ -> string