Net.Matrixinclude sig ... endmodule Var : sig ... endval var : Algebra.Matrix.t Stdlib.ref -> Algebra.Matrix.t tval 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)) arrayval convolution :
Algebra.Matrix.t t ->
Algebra.Matrix.t t ->
Algebra.Matrix.t tval convolutions :
Algebra.Matrix.t Stdlib.ref array array ->
Algebra.Matrix.t array t ->
Algebra.Matrix.t t list arrayConvolution network. The kernel is a 4-dimensional matrix whose dimensions are input, output, height, width.