public static class tensorflow.DecodeJpeg.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.DecodeJpeg.Attrs position(long position)
@ByVal public tensorflow.DecodeJpeg.Attrs Channels(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.DecodeJpeg.Attrs Ratio(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.DecodeJpeg.Attrs FancyUpscaling(@Cast(value="bool") boolean x)
@ByVal public tensorflow.DecodeJpeg.Attrs TryRecoverTruncated(@Cast(value="bool") boolean x)
@ByVal public tensorflow.DecodeJpeg.Attrs AcceptableFraction(float x)
@ByVal public tensorflow.DecodeJpeg.Attrs DctMethod(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.DecodeJpeg.Attrs DctMethod(@tensorflow.StringPiece String x)
public tensorflow.DecodeJpeg.Attrs channels_(long channels_)
public tensorflow.DecodeJpeg.Attrs ratio_(long ratio_)
public tensorflow.DecodeJpeg.Attrs fancy_upscaling_(boolean fancy_upscaling_)
public tensorflow.DecodeJpeg.Attrs try_recover_truncated_(boolean try_recover_truncated_)
public float acceptable_fraction_()
public tensorflow.DecodeJpeg.Attrs acceptable_fraction_(float acceptable_fraction_)
@tensorflow.StringPiece public BytePointer dct_method_()
public tensorflow.DecodeJpeg.Attrs dct_method_(BytePointer dct_method_)
Copyright © 2019. All rights reserved.