tensorflow::ops::ResizeBilinear

tensorflow::ops::ResizeBilinear

#include <image_ops.h>

Resize images to size using bilinear interpolation.

Summary

Input images can be of different types but output images are always float.

Arguments:

  • scope: A Scope object
  • images: 4-D with shape [batch, height, width, channels].
  • size: = A 1-D int32 Tensor of 2 elements: new_height, new_width. The new size for the images.

Optional attributes (see Attrs