#include <image_ops.h>
Resize quantized images
to size
using quantized bilinear interpolation.
Input images and output images must be quantized types.
Arguments:
[batch, height, width, channels]
.new_height, new_width
. The new size for the images.Optional attributes (see Attrs
):
Returns:
Output
resized_images: 4-D with shape [batch, new_height, new_width, channels]
.Output
out_minOutput
out_max Constructors and Destructors | |
---|---|
QuantizedResizeBilinear(const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input min, ::tensorflow::Input max) | |
QuantizedResizeBilinear(const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input min, ::tensorflow::Input max, const QuantizedResizeBilinear::Attrs & attrs) |
Public attributes | |
---|---|
out_max | |
out_min | |
resized_images |
Public static functions | |
---|---|
AlignCorners(bool x) |
Structs | |
---|---|
tensorflow::ops::QuantizedResizeBilinear::Attrs | Optional attribute setters for QuantizedResizeBilinear. |
::tensorflow::Output out_max
::tensorflow::Output out_min
::tensorflow::Output resized_images
QuantizedResizeBilinear( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input min, ::tensorflow::Input max )
QuantizedResizeBilinear( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input min, ::tensorflow::Input max, const QuantizedResizeBilinear::Attrs & attrs )
Attrs AlignCorners( bool x )
© 2017 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-resize-bilinear.html