| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.Attrs.num_bits_(long num_bits_) |
static tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.NumBits(long x) |
tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.Attrs.NumBits(long x)
The bitwidth of the quantization.
|
tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.Attrs.position(long position) |
tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.Attrs.range_given_(boolean range_given_) |
static tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.RangeGiven(boolean x) |
tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.Attrs.RangeGiven(boolean x)
Whether the range is given or should be determined from the
input tensor. |
tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.Attrs.signed_input_(boolean signed_input_) |
static tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.SignedInput(boolean x) |
tensorflow.QuantizeAndDequantizeV2.Attrs |
tensorflow.QuantizeAndDequantizeV2.Attrs.SignedInput(boolean x)
Whether the quantization is signed or unsigned.
|
| Constructor and Description |
|---|
QuantizeAndDequantizeV2(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input input_min,
tensorflow.Input input_max,
tensorflow.QuantizeAndDequantizeV2.Attrs attrs) |
Copyright © 2019. All rights reserved.