public class cudnnConvolutionFwdPreference extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_CONVOLUTION_FWD_NO_WORKSPACE |
static int |
CUDNN_CONVOLUTION_FWD_PREFER_FASTEST |
static int |
CUDNN_CONVOLUTION_FWD_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_FWD_NO_WORKSPACE
public static final int CUDNN_CONVOLUTION_FWD_PREFER_FASTEST
public static final int CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT
public static String stringFor(int n)
Copyright © 2020. All rights reserved.