public final class MPSGraphRandomDistribution
extends java.lang.Object
The distributions supported by MPSGraphRandom ops.
[@constant] MPSGraphRandomDistributionUniform The uniform distribution, with samples drawn uniformly from [min, max) for float types, and [min, max] for integer types. [@constant] MPSGraphRandomDistributionNormal The normal distribution defined by mean and standardDeviation. [@constant] MPSGraphRandomDistributionTruncatedNormal The normal distribution defined by mean and standardDeviation, truncated to the range [min, max)
| Modifier and Type | Field and Description |
|---|---|
static long |
Normal |
static long |
TruncatedNormal |
static long |
Uniform |
public static final long Uniform
public static final long Normal
public static final long TruncatedNormal