public class cudnnBackendNormMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_BATCH_NORM |
static int |
CUDNN_GROUP_NORM |
static int |
CUDNN_INSTANCE_NORM |
static int |
CUDNN_LAYER_NORM |
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_LAYER_NORM
public static final int CUDNN_INSTANCE_NORM
public static final int CUDNN_BATCH_NORM
public static final int CUDNN_GROUP_NORM
public static String stringFor(int n)
Copyright © 2023. All rights reserved.