public class cudnnDataType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_DATA_DOUBLE |
static int |
CUDNN_DATA_FLOAT |
static int |
CUDNN_DATA_HALF |
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_DATA_FLOAT
public static final int CUDNN_DATA_DOUBLE
public static final int CUDNN_DATA_HALF
public static String stringFor(int n)
Copyright © 2016. All rights reserved.