public class cudnnNormOps extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_NORM_OPS_NORM
do normalization only
|
static int |
CUDNN_NORM_OPS_NORM_ACTIVATION
do Norm, then activation
|
static int |
CUDNN_NORM_OPS_NORM_ADD_ACTIVATION
do Norm, then elemWiseAdd, then activation
|
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_NORM_OPS_NORM
public static final int CUDNN_NORM_OPS_NORM_ACTIVATION
public static final int CUDNN_NORM_OPS_NORM_ADD_ACTIVATION
public static String stringFor(int n)
Copyright © 2022. All rights reserved.