public static class tensorflow.QuantizeAndDequantizeV2.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 |
|---|---|
long |
num_bits_() |
tensorflow.QuantizeAndDequantizeV2.Attrs |
num_bits_(long num_bits_) |
tensorflow.QuantizeAndDequantizeV2.Attrs |
NumBits(long x)
The bitwidth of the quantization.
|
tensorflow.QuantizeAndDequantizeV2.Attrs |
position(long position) |
boolean |
range_given_() |
tensorflow.QuantizeAndDequantizeV2.Attrs |
range_given_(boolean range_given_) |
tensorflow.QuantizeAndDequantizeV2.Attrs |
RangeGiven(boolean x)
Whether the range is given or should be determined from the
input tensor. |
boolean |
signed_input_() |
tensorflow.QuantizeAndDequantizeV2.Attrs |
signed_input_(boolean signed_input_) |
tensorflow.QuantizeAndDequantizeV2.Attrs |
SignedInput(boolean x)
Whether the quantization is signed or unsigned.
|
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.QuantizeAndDequantizeV2.Attrs position(long position)
@ByVal public tensorflow.QuantizeAndDequantizeV2.Attrs SignedInput(@Cast(value="bool") boolean x)
signed_output)
Defaults to true@ByVal public tensorflow.QuantizeAndDequantizeV2.Attrs NumBits(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.QuantizeAndDequantizeV2.Attrs RangeGiven(@Cast(value="bool") boolean x)
input tensor.
Defaults to falsepublic tensorflow.QuantizeAndDequantizeV2.Attrs signed_input_(boolean signed_input_)
public tensorflow.QuantizeAndDequantizeV2.Attrs num_bits_(long num_bits_)
public tensorflow.QuantizeAndDequantizeV2.Attrs range_given_(boolean range_given_)
Copyright © 2019. All rights reserved.