Softmax

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

Implements 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()