public class cudnnWgradMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_WGRAD_MODE_ADD
add partial gradients to wgrad output buffers
|
static int |
CUDNN_WGRAD_MODE_SET
write partial gradients to wgrad output buffers
|
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_WGRAD_MODE_ADD
public static final int CUDNN_WGRAD_MODE_SET
public static String stringFor(int n)
Copyright © 2024. All rights reserved.