public class cudnnAddMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUDNN_ADD_FEATURE_MAP
add a set of feature maps to a batch of inputs : tensorBias has n=1 , same nb feature than Src/dest
|
static int |
CUDNN_ADD_FULL_TENSOR
add 2 tensors with same n,c,h,w
|
static int |
CUDNN_ADD_IMAGE
add one image to every feature maps of each input
|
static int |
CUDNN_ADD_SAME_C
add a tensor of size 1,c,1,1 to every corresponding point of n,c,h,w input
|
static int |
CUDNN_ADD_SAME_CHW |
static int |
CUDNN_ADD_SAME_HW |
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_ADD_IMAGE
public static final int CUDNN_ADD_SAME_HW
public static final int CUDNN_ADD_FEATURE_MAP
public static final int CUDNN_ADD_SAME_CHW
public static final int CUDNN_ADD_SAME_C
public static final int CUDNN_ADD_FULL_TENSOR
public static String stringFor(int n)
Copyright © 2016. All rights reserved.