tensorflow:: ops:: QuantizedReshape
#include <array_ops.h>
Reshapes a quantized tensor as per the Reshape op.
Summary
```
Arguments:
- scope: A Scope object
- shape: Defines the shape of the output tensor.
- input_min: The minimum value of the input.
- input_max: The maximum value of the input.
Returns:
OutputoutputOutputoutput_min: This value is copied from input_min.Outputoutput_max: This value is copied from input_max.
Constructors and Destructors |
|
|---|---|
QuantizedReshape(const ::tensorflow::Scope & scope, ::tensorflow::Input tensor, ::tensorflow::Input shape, ::tensorflow::Input input_min, ::tensorflow::Input input_max)
|
Public attributes |
|
|---|---|
output
|
|
output_max
|
|
output_min
|
|
Public attributes
output
::tensorflow::Output output
output_max
::tensorflow::Output output_max
output_min
::tensorflow::Output output_min
Public functions
QuantizedReshape
QuantizedReshape( const ::tensorflow::Scope & scope, ::tensorflow::Input tensor, ::tensorflow::Input shape, ::tensorflow::Input input_min, ::tensorflow::Input input_max )
