tensorflow::ops::QuantizedReshape

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: