LostTech.TensorFlow : API Documentation

Type tf.keras.preprocessing.image

Namespace tensorflow

Public static methods

object array_to_img(ndarray x, string data_format, bool scale, DType dtype)

object array_to_img_dyn(object x, object data_format, ImplicitContainer<T> scale, object dtype)

ndarray img_to_array(object img, string data_format, DType dtype)

object img_to_array_dyn(object img, object data_format, object dtype)

void save_img(object path, object x, object data_format, object file_format, bool scale, IDictionary<string, object> kwargs)

object save_img_dyn(object path, object x, object data_format, object file_format, ImplicitContainer<T> scale, IDictionary<string, object> kwargs)

Public properties

PythonFunctionContainer array_to_img_fn get;

PythonFunctionContainer img_to_array_fn get;

PythonFunctionContainer save_img_fn get;