modeci_mdf.functions.onnx.logsoftmax

modeci_mdf.functions.onnx.logsoftmax(*args, **kwargs)

The operator computes the log of softmax values for the given input:

LogSoftmax(input, axis) = Log(Softmax(input, axis=axis))

The “axis” attribute indicates the dimension along which LogSoftmax will be performed. The output tensor has the same shape and contains the LogSoftmax values of the corresponding input.