tensorflow::
#include <array_ops.h>
Returns the gradient of QuantizeAndDequantizeV4. 
Summary
Returns a gradient of 1 for inputs that are within the quantization range, or 0 otherwise.
Args:
- scope: A Scope object
Returns:
| Constructors and Destructors | |
|---|---|
| QuantizeAndDequantizeV4Grad(const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max) | |
| QuantizeAndDequantizeV4Grad(const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max, const QuantizeAndDequantizeV4Grad::Attrs & attrs) | 
| Public attributes | |
|---|---|
| input_backprop | |
| input_max_backprop | |
| input_min_backprop | |
| operation | |
| Public static functions | |
|---|---|
| Axis(int64 x) | |
| Structs | |
|---|---|
| tensorflow:: | Optional attribute setters for QuantizeAndDequantizeV4Grad. | 
Public attributes
input_backprop
::tensorflow::Output input_backprop
input_max_backprop
::tensorflow::Output input_max_backprop
input_min_backprop
::tensorflow::Output input_min_backprop
operation
Operation operation
Public functions
QuantizeAndDequantizeV4Grad
QuantizeAndDequantizeV4Grad( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max )
QuantizeAndDequantizeV4Grad
QuantizeAndDequantizeV4Grad( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max, const QuantizeAndDequantizeV4Grad::Attrs & attrs )
Public static functions
Axis
Attrs Axis( int64 x )