| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.Attrs.centered_(boolean centered_) |
static tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.Centered(boolean x) |
tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.Attrs.Centered(boolean x)
indicates if the offset coordinates are centered relative to
the image, in which case the (0, 0) offset is relative to the center
of the input images.
|
tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.Attrs.normalized_(boolean normalized_) |
static tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.Normalized(boolean x) |
tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.Attrs.Normalized(boolean x)
indicates if the offset coordinates are normalized.
|
tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.Attrs.position(long position) |
tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.Attrs.uniform_noise_(boolean uniform_noise_) |
static tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.UniformNoise(boolean x) |
tensorflow.ExtractGlimpse.Attrs |
tensorflow.ExtractGlimpse.Attrs.UniformNoise(boolean x)
indicates if the noise should be generated using a
uniform distribution or a Gaussian distribution.
|
| Constructor and Description |
|---|
ExtractGlimpse(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input size,
tensorflow.Input offsets,
tensorflow.ExtractGlimpse.Attrs attrs) |
Copyright © 2019. All rights reserved.