tensorflow:: ops:: QuantizedMul
#include <math_ops.h>
Returns x * y element-wise, working on quantized buffers.
Summary
Args:
- scope: A Scope object
 - min_x: The float value that the lowest quantized 
xvalue represents. - max_x: The float value that the highest quantized 
xvalue represents. - min_y: The float value that the lowest quantized 
yvalue represents. - max_y: The float value that the highest quantized 
yvalue represents. 
Returns:
OutputzOutputmin_z: The float value that the lowest quantized output value represents.Outputmax_z: The float value that the highest quantized output value represents.
NOTE: QuantizedMul supports limited forms of broadcasting. More about broadcasting here
Constructors and Destructors | 
|
|---|---|
QuantizedMul(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)
 | 
|
QuantizedMul(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 QuantizedMul::Attrs & attrs)
 | 
Public attributes | 
|
|---|---|
max_z
 | 
|
min_z
 | 
|
operation
 | 
|
z
 | 
|
Public static functions | 
|
|---|---|
Toutput(DataType x)
 | 
|
Structs | 
|
|---|---|
| 
tensorflow:: | 
 Optional attribute setters for QuantizedMul.  | 
Public attributes
max_z
::tensorflow::Output max_z
min_z
::tensorflow::Output min_z
operation
Operation operation
z
::tensorflow::Output z
Public functions
QuantizedMul
QuantizedMul( 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 )
QuantizedMul
QuantizedMul( 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 QuantizedMul::Attrs & attrs )
Public static functions
Toutput
Attrs Toutput( DataType x )