public class cudnnResampleMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_RESAMPLE_AVGPOOL |
static int |
CUDNN_RESAMPLE_AVGPOOL_EXCLUDE_PADDING |
static int |
CUDNN_RESAMPLE_AVGPOOL_INCLUDE_PADDING |
static int |
CUDNN_RESAMPLE_BILINEAR |
static int |
CUDNN_RESAMPLE_MAXPOOL |
static int |
CUDNN_RESAMPLE_NEAREST |
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_RESAMPLE_NEAREST
public static final int CUDNN_RESAMPLE_BILINEAR
public static final int CUDNN_RESAMPLE_AVGPOOL
public static final int CUDNN_RESAMPLE_AVGPOOL_INCLUDE_PADDING
public static final int CUDNN_RESAMPLE_AVGPOOL_EXCLUDE_PADDING
public static final int CUDNN_RESAMPLE_MAXPOOL
public static String stringFor(int n)
Copyright © 2024. All rights reserved.