public class cudnnActivationMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_ACTIVATION_CLIPPED_RELU |
static int |
CUDNN_ACTIVATION_RELU |
static int |
CUDNN_ACTIVATION_SIGMOID |
static int |
CUDNN_ACTIVATION_TANH |
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_ACTIVATION_SIGMOID
public static final int CUDNN_ACTIVATION_RELU
public static final int CUDNN_ACTIVATION_TANH
public static final int CUDNN_ACTIVATION_CLIPPED_RELU
public static String stringFor(int n)
Copyright © 2016. All rights reserved.