Elu

class plaidml.op.Elu(x, alpha=1.0)[source]

Exponential linear unit.

Methods

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