class Num::NN::MaxPoolLayer(T)
inherits Num::NN::Layer
#
Constructors#
.new(context : Num::Grad::Context(T), input_shape : Array(Int), kernel : Tuple(Int, Int), padding : Tuple(Int, Int), stride : Tuple(Int, Int))
#
(context : Num::Grad::Context(T), input_shape : Array(Int), kernel : Tuple(Int, Int), padding : Tuple(Int, Int), stride : Tuple(Int, Int))