Summation

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

Sums an input value along some set of axes.

Methods

__init__(value[, 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()