LostTech.TensorFlow : API Documentation

Type ResizeMethod

Namespace tensorflow.compat.v2.image

Parent PythonObjectContainer

Interfaces IResizeMethod

Public properties

object AREA_dyn get; set;

object BICUBIC_dyn get; set;

object BILINEAR_dyn get; set;

object GAUSSIAN_dyn get; set;

string LANCZOS3 get; set;

object LANCZOS3_dyn get; set;

string LANCZOS5 get; set;

object LANCZOS5_dyn get; set;

object MITCHELLCUBIC_dyn get; set;

object NEAREST_NEIGHBOR_dyn get; set;

object PythonObject get;

Public fields

string BICUBIC

return string

string GAUSSIAN

return string

string BILINEAR

return string

string AREA

return string

string MITCHELLCUBIC

return string

string NEAREST_NEIGHBOR

return string