public class cudnnPaddingMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_EDGE_VAL_PAD |
static int |
CUDNN_NEG_INF_PAD |
static int |
CUDNN_ZERO_PAD |
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_ZERO_PAD
public static final int CUDNN_NEG_INF_PAD
public static final int CUDNN_EDGE_VAL_PAD
public static String stringFor(int n)
Copyright © 2023. All rights reserved.