| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
AllCandidateSampler |
Ops.allCandidateSampler(Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
AllCandidateSampler.Options... options)
Adds an
AllCandidateSampler operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static AllCandidateSampler.Options |
AllCandidateSampler.seed(Long seed) |
AllCandidateSampler.Options |
AllCandidateSampler.Options.seed(Long seed) |
static AllCandidateSampler.Options |
AllCandidateSampler.seed2(Long seed2) |
AllCandidateSampler.Options |
AllCandidateSampler.Options.seed2(Long seed2) |
| Modifier and Type | Method and Description |
|---|---|
static AllCandidateSampler |
AllCandidateSampler.create(Scope scope,
Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
AllCandidateSampler.Options... options)
Factory method to create a class to wrap a new AllCandidateSampler operation to the graph.
|
Copyright © 2015–2019. All rights reserved.