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