Module Vector.Matrix

include sig ... end
module Var : sig ... end
val var : Algebra.Matrix.t Stdlib.ref -> Algebra.Matrix.t t
val dup : ?label:string -> int -> Algebra.Matrix.t t -> Algebra.Matrix.t * (Algebra.Matrix.t -> unit)
val demux : Algebra.Matrix.t array t -> (Algebra.Matrix.t * (Algebra.Matrix.t -> unit)) array
val convolutions : Algebra.Matrix.t Stdlib.ref array array -> Algebra.Matrix.t array t -> Algebra.Matrix.t t list array

Convolution network. The kernel is a 4-dimensional matrix whose dimensions are input, output, height, width.