Gradients

class plaidml.op.Gradients(loss, variables)[source]

Compute the gradients of a loss with respect to a set of values

Methods

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