public final class MLCompute
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
MLCActivationTypeDebugDescription(int activationType)
Returns a textual description of the activation type, suitable for debugging.
|
static java.lang.String |
MLCArithmeticOperationDebugDescription(int operation)
Returns a textual description of the arithmetic operation, suitable for debugging.
|
static java.lang.String |
MLCComparisonOperationDebugDescription(int operation)
Returns a textual description of the comparison operation, suitable for debugging.
|
static java.lang.String |
MLCConvolutionTypeDebugDescription(int convolutionType)
Returns a textual description of the convolution type, suitable for debugging.
|
static java.lang.String |
MLCGradientClippingTypeDebugDescription(int gradientClippingType)
Returns a textual description of the gradient clipping type, suitable for debugging.
|
static java.lang.String |
MLCLossTypeDebugDescription(int lossType)
Returns a textual description of the loss type, suitable for debugging.
|
static java.lang.String |
MLCLSTMResultModeDebugDescription(long mode)
Returns a textual description of the LSTM result mode, suitable for debugging.
|
static java.lang.String |
MLCPaddingPolicyDebugDescription(int paddingPolicy)
Returns a textual description of the padding policy, suitable for debugging.
|
static java.lang.String |
MLCPaddingTypeDebugDescription(int paddingType)
Returns a textual description of the padding type, suitable for debugging.
|
static java.lang.String |
MLCPoolingTypeDebugDescription(int poolingType)
Returns a textual description of the pooling type, suitable for debugging.
|
static java.lang.String |
MLCReductionTypeDebugDescription(int reductionType)
Returns a textual description of the reduction type, suitable for debugging.
|
static java.lang.String |
MLCSampleModeDebugDescription(int mode)
Returns a textual description of the sample mode, suitable for debugging.
|
static java.lang.String |
MLCSoftmaxOperationDebugDescription(int operation)
Returns a textual description of the softmax operation, suitable for debugging.
|
public static java.lang.String MLCActivationTypeDebugDescription(int activationType)
public static java.lang.String MLCArithmeticOperationDebugDescription(int operation)
public static java.lang.String MLCPaddingPolicyDebugDescription(int paddingPolicy)
public static java.lang.String MLCLossTypeDebugDescription(int lossType)
public static java.lang.String MLCReductionTypeDebugDescription(int reductionType)
public static java.lang.String MLCPaddingTypeDebugDescription(int paddingType)
public static java.lang.String MLCConvolutionTypeDebugDescription(int convolutionType)
public static java.lang.String MLCPoolingTypeDebugDescription(int poolingType)
public static java.lang.String MLCSoftmaxOperationDebugDescription(int operation)
public static java.lang.String MLCSampleModeDebugDescription(int mode)
public static java.lang.String MLCLSTMResultModeDebugDescription(long mode)
public static java.lang.String MLCComparisonOperationDebugDescription(int operation)
public static java.lang.String MLCGradientClippingTypeDebugDescription(int gradientClippingType)