public class cudnnTensorFormat extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_TENSOR_NCHW
row major (wStride = 1, hStride = w)
|
static int |
CUDNN_TENSOR_NHWC
feature maps interleaved ( cStride = 1 )
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_TENSOR_NCHW
public static final int CUDNN_TENSOR_NHWC
public static String stringFor(int n)
Copyright © 2016. All rights reserved.