#include <math_ops.h>
Returns x + y element-wise, working on quantized buffers.
Arguments:
x
value represents.x
value represents.y
value represents.y
value represents.Returns:
Output
zOutput
min_z: The float value that the lowest quantized output value represents.Output
max_z: The float value that the highest quantized output value represents.NOTE: QuantizedAdd
supports limited forms of broadcasting. More about broadcasting here
Constructors and Destructors | |
---|---|
QuantizedAdd(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, ::tensorflow::Input min_x, ::tensorflow::Input max_x, ::tensorflow::Input min_y, ::tensorflow::Input max_y) | |
QuantizedAdd(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, ::tensorflow::Input min_x, ::tensorflow::Input max_x, ::tensorflow::Input min_y, ::tensorflow::Input max_y, const QuantizedAdd::Attrs & attrs) |
Public attributes | |
---|---|
max_z | |
min_z | |
z |
Public static functions | |
---|---|
Toutput(DataType x) |
Structs | |
---|---|
tensorflow::ops::QuantizedAdd::Attrs | Optional attribute setters for QuantizedAdd. |
::tensorflow::Output max_z
::tensorflow::Output min_z
::tensorflow::Output z
QuantizedAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, ::tensorflow::Input min_x, ::tensorflow::Input max_x, ::tensorflow::Input min_y, ::tensorflow::Input max_y )
QuantizedAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, ::tensorflow::Input min_x, ::tensorflow::Input max_x, ::tensorflow::Input min_y, ::tensorflow::Input max_y, const QuantizedAdd::Attrs & attrs )
Attrs Toutput( DataType x )
© 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/class/tensorflow/ops/quantized-add.html