AveragePool
¶
-
class
plaidml.op.
AveragePool
(data, kernel_shape, pads, strides, padding=<AutoPadding.EXPLICIT: 1>)[source]¶ A standard ML average pooling operator.
Methods
__init__
(data, kernel_shape, pads, strides)Operation constructor. bind
(bindings)Builds an output variable dictionary for the operation. function
(*args, **kwargs)Invokes an Operation as a function. sole_output
()