public class cudnnRngDistribution extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUDNN_RNG_DISTRIBUTION_BERNOULLI |
static int |
CUDNN_RNG_DISTRIBUTION_NORMAL |
static int |
CUDNN_RNG_DISTRIBUTION_UNIFORM |
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUDNN_RNG_DISTRIBUTION_BERNOULLI
public static final int CUDNN_RNG_DISTRIBUTION_UNIFORM
public static final int CUDNN_RNG_DISTRIBUTION_NORMAL
public static String stringFor(int n)
Copyright © 2024. All rights reserved.