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