LostTech.TensorFlow : API Documentation

Type image

Namespace tensorflow.image

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;