tensorflow:: ops:: FakeQuantWithMinMaxVarsPerChannelGradient:: Attrs
#include <array_ops.h>
Optional attribute setters for FakeQuantWithMinMaxVarsPerChannelGradient.
Summary
Public attributes |
|
|---|---|
num_bits_ = 8
|
int64
|
Public functions |
|
|---|---|
NumBits(int64 x)
|
The bitwidth of the quantization; between 2 and 8, inclusive.
|
Public attributes
num_bits_
int64 tensorflow::ops::FakeQuantWithMinMaxVarsPerChannelGradient::Attrs::num_bits_ = 8
Public functions
NumBits
Attrs tensorflow::ops::FakeQuantWithMinMaxVarsPerChannelGradient::Attrs::NumBits( int64 x )
The bitwidth of the quantization; between 2 and 8, inclusive.
Defaults to 8
