W3cubDocs

/TensorFlow C++

tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs

#include <array_ops.h>

Optional attribute setters for FakeQuantWithMinMaxArgsGradient.

Summary

Public attributes
max_ = 6.0f
float
min_ = -6.0f
float
Public functions
Max(float x)
Defaults to 6.
Min(float x)
Defaults to -6.

Public attributes

max_

float tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::max_ = 6.0f

min_

float tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::min_ = -6.0f

Public functions

Max

Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::Max(
  float x
)

Defaults to 6.

Min

Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::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-gradient/attrs.html