tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs
#include <array_ops.h>
Дополнительные атрибуты для FakeQuantWithMinMaxArgsGradient.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
max_ = 6.0f | float |
min_ = -6.0f | float |
narrow_range_ = false | bool |
num_bits_ = 8 | int64 |
| Общедоступные функции | |
|---|---|
Max(float x) | TF_MUST_USE_RESULT Attrs По умолчанию 6. |
Min(float x) | TF_MUST_USE_RESULT Attrs По умолчанию -6. |
NarrowRange(bool x) | TF_MUST_USE_RESULT Attrs По умолчанию false. |
NumBits(int64 x) | TF_MUST_USE_RESULT Attrs По умолчанию 8. |
Общедоступные атрибуты
max_
float tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::max_ = 6.0f
min_
float tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::min_ = -6.0f
narrow_range_
bool tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::narrow_range_ = false
num_bits_
int64 tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::num_bits_ = 8
Общедоступные функции
Max
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::Max( float x )
По умолчанию 6.
Min
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::Min( float x )
По умолчанию -6.
NarrowRange
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::NarrowRange( bool x )
По умолчанию false.
NumBits
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::NumBits( int64 x )
По умолчанию 8.
© 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/fake-quant-with-min-max-args-gradient/attrs