public class cudnnConvolutionMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_CONVOLUTION |
static int |
CUDNN_CROSS_CORRELATION |
| 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
public static final int CUDNN_CROSS_CORRELATION
public static String stringFor(int n)
Copyright © 2019. All rights reserved.