public class cudnnConvolutionFwdAlgo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_CONVOLUTION_FWD_ALGO_DIRECT |
static int |
CUDNN_CONVOLUTION_FWD_ALGO_FFT |
static int |
CUDNN_CONVOLUTION_FWD_ALGO_FFT_TILING |
static int |
CUDNN_CONVOLUTION_FWD_ALGO_GEMM |
static int |
CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_GEMM |
static int |
CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_PRECOMP_GEMM |
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_ALGO_IMPLICIT_GEMM
public static final int CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_PRECOMP_GEMM
public static final int CUDNN_CONVOLUTION_FWD_ALGO_GEMM
public static final int CUDNN_CONVOLUTION_FWD_ALGO_DIRECT
public static final int CUDNN_CONVOLUTION_FWD_ALGO_FFT
public static final int CUDNN_CONVOLUTION_FWD_ALGO_FFT_TILING
public static String stringFor(int n)
Copyright © 2016. All rights reserved.