public class cudnnRNNDataLayout extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_RNN_DATA_LAYOUT_BATCH_MAJOR_UNPACKED |
static int |
CUDNN_RNN_DATA_LAYOUT_SEQ_MAJOR_PACKED
imples sequences are sorted
|
static int |
CUDNN_RNN_DATA_LAYOUT_SEQ_MAJOR_UNPACKED |
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_DATA_LAYOUT_SEQ_MAJOR_UNPACKED
public static final int CUDNN_RNN_DATA_LAYOUT_SEQ_MAJOR_PACKED
public static final int CUDNN_RNN_DATA_LAYOUT_BATCH_MAJOR_UNPACKED
public static String stringFor(int n)
Copyright © 2018. All rights reserved.