tf.image.ResizeMethod

TensorFlow 1 version View source on GitHub

Class Variables

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