#include <array_ops.h>
Optional attribute setters for FakeQuantWithMinMaxVarsPerChannel.
Public attributes | |
---|---|
narrow_range_ = false | bool |
num_bits_ = 8 | int64 |
Public functions | |
---|---|
NarrowRange(bool x) | TF_MUST_USE_RESULT Attrs Defaults to false. |
NumBits(int64 x) | TF_MUST_USE_RESULT Attrs Defaults to 8. |
bool tensorflow::ops::FakeQuantWithMinMaxVarsPerChannel::Attrs::narrow_range_ = false
int64 tensorflow::ops::FakeQuantWithMinMaxVarsPerChannel::Attrs::num_bits_ = 8
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxVarsPerChannel::Attrs::NarrowRange( bool x )
Defaults to false.
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxVarsPerChannel::Attrs::NumBits( int64 x )
Defaults to 8.
© 2018 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/api_docs/cc/struct/tensorflow/ops/fake-quant-with-min-max-vars-per-channel/attrs.html