| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.random |
| Modifier and Type | Method and Description |
|---|---|
UniformCandidateSampler |
RandomOps.uniformCandidateSampler(Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
UniformCandidateSampler.Options... options)
Builds an
UniformCandidateSampler operation |
| Modifier and Type | Method and Description |
|---|---|
static UniformCandidateSampler |
UniformCandidateSampler.create(Scope scope,
Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
UniformCandidateSampler.Options... options)
Factory method to create a class wrapping a new UniformCandidateSampler operation.
|
Copyright © 2015–2019. All rights reserved.