#include <array_ops.h>
Optional attribute setters for FakeQuantWithMinMaxArgs.
Public attributes | |
---|---|
max_ = 6.0f | float |
min_ = -6.0f | float |
Public functions | |
---|---|
Max(float x) | Defaults to 6. |
Min(float x) | Defaults to -6. |
float tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::max_ = 6.0f
float tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::min_ = -6.0f
Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::Max( float x )
Defaults to 6.
Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::Min( float x )
Defaults to -6.
© 2017 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-args/attrs.html