Relu

class plaidml.op.Relu(x, alpha=None, max_value=None)[source]

A Rectified Linear Unit.

Methods

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