#include <image_ops.h>
Resize images
to size
using bicubic interpolation.
Input images can be of different types but output images are always float.
Arguments:
[batch, height, width, channels]
.new_height, new_width
. The new size for the images.Optional attributes (see Attrs
):
Returns:
Output
: 4-D with shape [batch, new_height, new_width, channels]
. Constructors and Destructors | |
---|---|
ResizeBicubic(const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size) | |
ResizeBicubic(const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, const ResizeBicubic::Attrs & attrs) |
Public attributes | |
---|---|
operation | |
resized_images |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
AlignCorners(bool x) | |
HalfPixelCenters(bool x) |
Structs | |
---|---|
tensorflow::ops::ResizeBicubic::Attrs | Optional attribute setters for ResizeBicubic. |
Operation operation
::tensorflow::Output resized_images
ResizeBicubic( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size )
ResizeBicubic( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, const ResizeBicubic::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs AlignCorners( bool x )
Attrs HalfPixelCenters( bool x )
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/class/tensorflow/ops/resize-bicubic