LogSoftmax

class plaidml.op.LogSoftmax(data)[source]

Implements the log() of a standard ML softmax.

Methods

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