Mean

class plaidml.op.Mean(x, axes=None, keepdims=False, floatx=<DType.FLOAT32: 50>)[source]

Computes the mean value along some set of axes.

Methods

__init__(x[, axes, keepdims, floatx]) Operation constructor.
bind(bindings) Builds an output variable dictionary for the operation.
function(*args, **kwargs) Invokes an Operation as a function.
sole_output()