MLPool2dOptions class

Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

MLPool2dOptions({Iterable<int>? windowDimensions, Iterable<int>? padding, Iterable<int>? strides, Iterable<int>? dilations, MLAutoPad? autoPad, MLInputOperandLayout? layout, MLRoundingType? roundingType, Iterable<int>? outputSizes})
factory

Properties

autoPad MLAutoPad

Available on MLPool2dOptions, provided by the PropsMLPool2dOptions extension

getter/setter pair
dilations Iterable<int>

Available on MLPool2dOptions, provided by the PropsMLPool2dOptions extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layout MLInputOperandLayout

Available on MLPool2dOptions, provided by the PropsMLPool2dOptions extension

getter/setter pair
outputSizes Iterable<int>

Available on MLPool2dOptions, provided by the PropsMLPool2dOptions extension

getter/setter pair
padding Iterable<int>

Available on MLPool2dOptions, provided by the PropsMLPool2dOptions extension

getter/setter pair
roundingType MLRoundingType

Available on MLPool2dOptions, provided by the PropsMLPool2dOptions extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strides Iterable<int>

Available on MLPool2dOptions, provided by the PropsMLPool2dOptions extension

getter/setter pair
windowDimensions Iterable<int>

Available on MLPool2dOptions, provided by the PropsMLPool2dOptions extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited