Uses of Interface
org.nd4j.linalg.api.ops.RandomOp
-
Packages that use RandomOp Package Description org.nd4j.linalg.api.ops.executioner org.nd4j.linalg.api.ops.random org.nd4j.linalg.api.ops.random.impl -
-
Uses of RandomOp in org.nd4j.linalg.api.ops.executioner
Methods in org.nd4j.linalg.api.ops.executioner with parameters of type RandomOp Modifier and Type Method Description INDArrayDefaultOpExecutioner. exec(RandomOp op)This method executes specified RandomOp using default RNG available via Nd4j.getRandom()abstract INDArrayDefaultOpExecutioner. exec(RandomOp op, Random rng)This method executes specific RandomOp against specified RNGINDArrayOpExecutioner. exec(RandomOp op)This method executes specified RandomOp using default RNG available via Nd4j.getRandom()INDArrayOpExecutioner. exec(RandomOp op, Random rng)This method executes specific RandomOp against specified RNG -
Uses of RandomOp in org.nd4j.linalg.api.ops.random
Classes in org.nd4j.linalg.api.ops.random that implement RandomOp Modifier and Type Class Description classBaseRandomOp -
Uses of RandomOp in org.nd4j.linalg.api.ops.random.impl
Classes in org.nd4j.linalg.api.ops.random.impl that implement RandomOp Modifier and Type Class Description classAlphaDropOutclassBernoulliDistributionclassBinomialDistributionclassBinomialDistributionExclassChoiceclassDropOutclassDropOutInvertedclassGaussianDistributionclassLinspaceclassLogNormalDistributionclassProbablisticMergeclassTruncatedNormalDistributionclassUniformDistribution
-