public class cudnnConvolutionBwdDataPreference extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_CONVOLUTION_BWD_DATA_NO_WORKSPACE |
static int |
CUDNN_CONVOLUTION_BWD_DATA_PREFER_FASTEST |
static int |
CUDNN_CONVOLUTION_BWD_DATA_SPECIFY_WORKSPACE_LIMIT |
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_CONVOLUTION_BWD_DATA_NO_WORKSPACE
public static final int CUDNN_CONVOLUTION_BWD_DATA_PREFER_FASTEST
public static final int CUDNN_CONVOLUTION_BWD_DATA_SPECIFY_WORKSPACE_LIMIT
public static String stringFor(int n)
Copyright © 2019. All rights reserved.