Type ResizeMethod
Namespace tensorflow.compat.v2.image
Parent PythonObjectContainer
Interfaces IResizeMethod
Properties
- AREA_dyn
- BICUBIC_dyn
- BILINEAR_dyn
- GAUSSIAN_dyn
- LANCZOS3
- LANCZOS3_dyn
- LANCZOS5
- LANCZOS5_dyn
- MITCHELLCUBIC_dyn
- NEAREST_NEIGHBOR_dyn
- PythonObject
Fields
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
|