ClipMax

class plaidml.op.ClipMax(value, max_val)[source]

Clips a Value to a maximum bound.

Methods

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