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