| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.LogUniformCandidateSampler.Attrs |
tensorflow.LogUniformCandidateSampler.Attrs.position(long position) |
tensorflow.LogUniformCandidateSampler.Attrs |
tensorflow.LogUniformCandidateSampler.Attrs.seed_(long seed_) |
static tensorflow.LogUniformCandidateSampler.Attrs |
tensorflow.LogUniformCandidateSampler.Seed(long x) |
tensorflow.LogUniformCandidateSampler.Attrs |
tensorflow.LogUniformCandidateSampler.Attrs.Seed(long x)
If either seed or seed2 are set to be non-zero, the random number
generator is seeded by the given seed.
|
tensorflow.LogUniformCandidateSampler.Attrs |
tensorflow.LogUniformCandidateSampler.Attrs.seed2_(long seed2_) |
static tensorflow.LogUniformCandidateSampler.Attrs |
tensorflow.LogUniformCandidateSampler.Seed2(long x) |
tensorflow.LogUniformCandidateSampler.Attrs |
tensorflow.LogUniformCandidateSampler.Attrs.Seed2(long x)
An second seed to avoid seed collision.
|
| Constructor and Description |
|---|
LogUniformCandidateSampler(tensorflow.Scope scope,
tensorflow.Input true_classes,
long num_true,
long num_sampled,
boolean unique,
long range_max,
tensorflow.LogUniformCandidateSampler.Attrs attrs) |
Copyright © 2019. All rights reserved.