#include <array_ops.h>
Optional attribute setters for QuantizeAndDequantizeV3.
Public attributes | |
---|---|
range_given_ = true | bool |
signed_input_ = true | bool |
Public functions | |
---|---|
RangeGiven(bool x) | Defaults to true. |
SignedInput(bool x) | Defaults to true. |
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::range_given_ = true
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::signed_input_ = true
Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::RangeGiven( bool x )
Defaults to true.
Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::SignedInput( bool x )
Defaults to true.
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/quantize-and-dequantize-v3/attrs.html