tensorflow::
#include <array_ops.h>
Optional attribute setters for FakeQuantWithMinMaxVarsGradient.
Summary
| Public attributes | |
|---|---|
| narrow_range_ = false | bool | 
| num_bits_ = 8 | int64 | 
| Public functions | |
|---|---|
| NarrowRange(bool x) | TF_MUST_USE_RESULT AttrsWhether to quantize into 2^num_bits - 1 distinct values.  | 
| NumBits(int64 x) | TF_MUST_USE_RESULT AttrsThe bitwidth of the quantization; between 2 and 8, inclusive.  | 
Public attributes
narrow_range_
bool tensorflow::ops::FakeQuantWithMinMaxVarsGradient::Attrs::narrow_range_ = false
num_bits_
int64 tensorflow::ops::FakeQuantWithMinMaxVarsGradient::Attrs::num_bits_ = 8
Public functions
NarrowRange
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxVarsGradient::Attrs::NarrowRange( bool x )
Whether to quantize into 2^num_bits - 1 distinct values.
Defaults to false
NumBits
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxVarsGradient::Attrs::NumBits( int64 x )
The bitwidth of the quantization; between 2 and 8, inclusive.
Defaults to 8