tensorflow:: ops:: QuantizeAndDequantizeV3:: Attrs
#include <array_ops.h>
Optional attribute setters for QuantizeAndDequantizeV3.
Summary
Public attributes |
|
---|---|
narrow_range_ = false
|
bool
|
range_given_ = true
|
bool
|
signed_input_ = true
|
bool
|
Public functions |
|
---|---|
NarrowRange(bool x)
|
TF_MUST_USE_RESULT Attrs
Defaults to false.
|
RangeGiven(bool x)
|
TF_MUST_USE_RESULT Attrs
Defaults to true.
|
SignedInput(bool x)
|
TF_MUST_USE_RESULT Attrs
Defaults to true.
|
Public attributes
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
Public functions
NarrowRange
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::NarrowRange( bool x )
Defaults to false.
RangeGiven
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::RangeGiven( bool x )
Defaults to true.
SignedInput
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::SignedInput( bool x )
Defaults to true.