public final class MLCSoftmaxOperation
extends java.lang.Object
A softmax operation.
| Modifier and Type | Field and Description |
|---|---|
static int |
LogSoftmax
The log softmax operation.
|
static int |
Softmax
The standard softmax operation.
|
public static final int Softmax
public static final int LogSoftmax