BinaryCrossentropy

class plaidml.op.BinaryCrossentropy(target, output, epsilon, from_logits=False)[source]

Computes the binary crossentropy of a value relative to a target.

Methods

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