| Package | Description |
|---|---|
| org.nd4j.linalg.api.ops.executioner | |
| org.nd4j.linalg.api.ops.random | |
| org.nd4j.linalg.api.ops.random.impl |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
DefaultOpExecutioner.exec(RandomOp op)
This method executes specified RandomOp using default RNG available via Nd4j.getRandom()
|
INDArray |
OpExecutioner.exec(RandomOp op)
This method executes specified RandomOp using default RNG available via Nd4j.getRandom()
|
abstract INDArray |
DefaultOpExecutioner.exec(RandomOp op,
Random rng)
This method executes specific RandomOp against specified RNG
|
INDArray |
OpExecutioner.exec(RandomOp op,
Random rng)
This method executes specific RandomOp against specified RNG
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRandomOp |
| Modifier and Type | Class and Description |
|---|---|
class |
AlphaDropOut |
class |
BernoulliDistribution |
class |
BinomialDistribution |
class |
BinomialDistributionEx |
class |
Choice |
class |
DropOut |
class |
DropOutInverted |
class |
GaussianDistribution |
class |
Linspace |
class |
LogNormalDistribution |
class |
ProbablisticMerge |
class |
TruncatedNormalDistribution |
class |
UniformDistribution |
Copyright © 2021. All rights reserved.