tensorflow::ops::QuantizeAndDequantizeV3::Attrs
#include <array_ops.h>
Дополнительные атрибуты для QuantizeAndDequantizeV3.
Резюме
| Публичные атрибуты | |
|---|---|
narrow_range_ = false | bool |
range_given_ = true | bool |
signed_input_ = true | bool |
| Публичные функции | |
|---|---|
NarrowRange(bool x) | TF_MUST_USE_RESULT Attrs По умолчанию false. |
RangeGiven(bool x) | TF_MUST_USE_RESULT Attrs По умолчанию true. |
SignedInput(bool x) | TF_MUST_USE_RESULT Attrs По умолчанию true. |
Публичные атрибуты
narrow_range_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::narrow_range_ = false
range_given_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::range_given_ = true
signed_input_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::signed_input_ = true
Публичные функции
NarrowRange
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::NarrowRange( bool x )
По умолчанию false.
RangeGiven
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::RangeGiven( bool x )
По умолчанию true.
SignedInput
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::SignedInput( bool x )
По умолчанию true.
© 2020 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/versions/r1.15/api_docs/cc/struct/tensorflow/ops/quantize-and-dequantize-v3/attrs