public static class tensorflow.ExtractGlimpse.Attrs extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Attrs()
Default native constructor.
|
Attrs(long size)
Native array allocator.
|
Attrs(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
centered_() |
tensorflow.ExtractGlimpse.Attrs |
centered_(boolean centered_) |
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.
|
boolean |
normalized_() |
tensorflow.ExtractGlimpse.Attrs |
normalized_(boolean normalized_) |
tensorflow.ExtractGlimpse.Attrs |
Normalized(boolean x)
indicates if the offset coordinates are normalized.
|
tensorflow.ExtractGlimpse.Attrs |
position(long position) |
boolean |
uniform_noise_() |
tensorflow.ExtractGlimpse.Attrs |
uniform_noise_(boolean uniform_noise_) |
tensorflow.ExtractGlimpse.Attrs |
UniformNoise(boolean x)
indicates if the noise should be generated using a
uniform distribution or a Gaussian distribution.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Attrs()
public Attrs(long size)
Pointer.position(long).public Attrs(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.ExtractGlimpse.Attrs position(long position)
@ByVal public tensorflow.ExtractGlimpse.Attrs Centered(@Cast(value="bool") boolean x)
@ByVal public tensorflow.ExtractGlimpse.Attrs Normalized(@Cast(value="bool") boolean x)
@ByVal public tensorflow.ExtractGlimpse.Attrs UniformNoise(@Cast(value="bool") boolean x)
public tensorflow.ExtractGlimpse.Attrs centered_(boolean centered_)
public tensorflow.ExtractGlimpse.Attrs normalized_(boolean normalized_)
public tensorflow.ExtractGlimpse.Attrs uniform_noise_(boolean uniform_noise_)
Copyright © 2019. All rights reserved.