menu
flutter_ml package
documentation
layertypes/maxPooling.dart
MaxPooling2DLayer
MaxPooling2DLayer.new constructor
MaxPooling2DLayer.new constructor
dark_mode
light_mode
MaxPooling2DLayer
constructor
MaxPooling2DLayer
(
{
int
poolSize
=
2
,
int
stride
=
2
,
})
Implementation
MaxPooling2DLayer({this.poolSize = 2, this.stride = 2});
flutter_ml package
documentation
layertypes/maxPooling
MaxPooling2DLayer
MaxPooling2DLayer.new constructor
MaxPooling2DLayer class