public static class tensorflow.SampleDistortedBoundingBoxV2.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.
|
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.SampleDistortedBoundingBoxV2.Attrs position(long position)
@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs Seed(@Cast(value="tensorflow::int64") long x)
seed or seed2 are set to non-zero, the random number
generator is seeded by the given seed. Otherwise, it is seeded by a random
seed.
Defaults to 0@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs Seed2(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs AspectRatioRange(@tensorflow.ArraySlice FloatPointer x)
@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs AspectRatioRange(@tensorflow.ArraySlice FloatBuffer x)
@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs AspectRatioRange(@tensorflow.ArraySlice float... x)
@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs AreaRange(@tensorflow.ArraySlice FloatPointer x)
@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs AreaRange(@tensorflow.ArraySlice FloatBuffer x)
@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs AreaRange(@tensorflow.ArraySlice float... x)
@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs MaxAttempts(@Cast(value="tensorflow::int64") long x)
max_attempts failures, return the entire
image.
Defaults to 100@ByVal public tensorflow.SampleDistortedBoundingBoxV2.Attrs UseImageIfNoBoundingBoxes(@Cast(value="bool") boolean x)
public tensorflow.SampleDistortedBoundingBoxV2.Attrs seed_(long seed_)
public tensorflow.SampleDistortedBoundingBoxV2.Attrs seed2_(long seed2_)
@tensorflow.ArraySlice public FloatPointer aspect_ratio_range_()
public tensorflow.SampleDistortedBoundingBoxV2.Attrs aspect_ratio_range_(FloatPointer aspect_ratio_range_)
@tensorflow.ArraySlice public FloatPointer area_range_()
public tensorflow.SampleDistortedBoundingBoxV2.Attrs area_range_(FloatPointer area_range_)
public tensorflow.SampleDistortedBoundingBoxV2.Attrs max_attempts_(long max_attempts_)
@Cast(value="bool") public boolean use_image_if_no_bounding_boxes_()
public tensorflow.SampleDistortedBoundingBoxV2.Attrs use_image_if_no_bounding_boxes_(boolean use_image_if_no_bounding_boxes_)
Copyright © 2019. All rights reserved.