Type image Namespace tensorflow.image Methods resize_area resize_area resize_area_dyn resize_bicubic resize_bicubic_dyn resize_bilinear resize_bilinear_dyn resize_nearest_neighbor resize_nearest_neighbor_dyn Properties resize_area_fn resize_bicubic_fn resize_bilinear_fn resize_nearest_neighbor_fn Public static methods Tensor resize_area(IGraphNodeBase images, IEnumerable<int> size, bool align_corners, string name) Tensor resize_area(IGraphNodeBase images, IGraphNodeBase size, bool align_corners, string name) object resize_area_dyn(object images, object size, ImplicitContainer<T> align_corners, object name) Tensor resize_bicubic(IGraphNodeBase images, IEnumerable<int> size, bool align_corners, string name, bool half_pixel_centers) object resize_bicubic_dyn(object images, object size, ImplicitContainer<T> align_corners, object name, ImplicitContainer<T> half_pixel_centers) Tensor resize_bilinear(IGraphNodeBase images, IEnumerable<object> size, bool align_corners, string name, bool half_pixel_centers) object resize_bilinear_dyn(object images, object size, ImplicitContainer<T> align_corners, object name, ImplicitContainer<T> half_pixel_centers) Tensor resize_nearest_neighbor(IGraphNodeBase images, IEnumerable<int> size, bool align_corners, string name, bool half_pixel_centers) object resize_nearest_neighbor_dyn(object images, object size, ImplicitContainer<T> align_corners, object name, ImplicitContainer<T> half_pixel_centers) Public properties PythonFunctionContainer resize_area_fn get; PythonFunctionContainer resize_bicubic_fn get; PythonFunctionContainer resize_bilinear_fn get; PythonFunctionContainer resize_nearest_neighbor_fn get;