public class cudnnDirectionMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_BIDIRECTIONAL
Using output concatination at each step.
|
static int |
CUDNN_UNIDIRECTIONAL |
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_UNIDIRECTIONAL
public static final int CUDNN_BIDIRECTIONAL
public static String stringFor(int n)
Copyright © 2018. All rights reserved.