W3cubDocs

/TensorFlow 2.3

tf.image.ResizeMethod

View source on GitHub

See tf.image.resize for details.

Class Variables

  • AREA = 'area'
  • BICUBIC = 'bicubic'
  • BILINEAR = 'bilinear'
  • GAUSSIAN = 'gaussian'
  • LANCZOS3 = 'lanczos3'
  • LANCZOS5 = 'lanczos5'
  • MITCHELLCUBIC = 'mitchellcubic'
  • NEAREST_NEIGHBOR = 'nearest'

© 2020 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/versions/r2.3/api_docs/python/tf/image/ResizeMethod