Pooling2d constructor

Pooling2d({
  1. required int kernelSize,
  2. required int stride,
  3. required PoolingType type,
})

Implementation

Pooling2d(
    {required this.kernelSize, required this.stride, required this.type});