LostTech.TensorFlow : API Documentation

Type ResizeMethod

Namespace tensorflow.image

Parent PythonObjectContainer

Interfaces IResizeMethod

Public properties

object AREA_dyn get; set;

object BICUBIC_dyn get; set;

object BILINEAR_dyn get; set;

object NEAREST_NEIGHBOR_dyn get; set;

object PythonObject get;

Public fields

int BILINEAR

return int

int NEAREST_NEIGHBOR

return int

int BICUBIC

return int

int AREA

return int