| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.RandomUniformInt.Attrs |
tensorflow.RandomUniformInt.Attrs.position(long position) |
tensorflow.RandomUniformInt.Attrs |
tensorflow.RandomUniformInt.Attrs.seed_(long seed_) |
static tensorflow.RandomUniformInt.Attrs |
tensorflow.RandomUniformInt.Seed(long x) |
tensorflow.RandomUniformInt.Attrs |
tensorflow.RandomUniformInt.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.RandomUniformInt.Attrs |
tensorflow.RandomUniformInt.Attrs.seed2_(long seed2_) |
static tensorflow.RandomUniformInt.Attrs |
tensorflow.RandomUniformInt.Seed2(long x) |
tensorflow.RandomUniformInt.Attrs |
tensorflow.RandomUniformInt.Attrs.Seed2(long x)
A second seed to avoid seed collision.
|
| Constructor and Description |
|---|
RandomUniformInt(tensorflow.Scope scope,
tensorflow.Input shape,
tensorflow.Input minval,
tensorflow.Input maxval,
tensorflow.RandomUniformInt.Attrs attrs) |
Copyright © 2019. All rights reserved.