public class cudnnRNNClipMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_RNN_CLIP_MINMAX |
static int |
CUDNN_RNN_CLIP_NONE |
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_RNN_CLIP_NONE
public static final int CUDNN_RNN_CLIP_MINMAX
public static String stringFor(int n)
Copyright © 2018. All rights reserved.