Home
last modified time | relevance | path

Searched refs:array_to_img (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_test.py44 im = keras.preprocessing.image.array_to_img(imarray, scale=False)
48 im = keras.preprocessing.image.array_to_img(imarray, scale=False)
320 img = keras.preprocessing.image.array_to_img(
328 img = keras.preprocessing.image.array_to_img(
337 img = keras.preprocessing.image.array_to_img(x, data_format='channels_last')
343 img = keras.preprocessing.image.array_to_img(x, data_format='channels_last')
Dimage.py48 def array_to_img(x, data_format=None, scale=True, dtype=None): function
70 if 'dtype' in tf_inspect.getfullargspec(image.array_to_img)[0]:
74 return image.array_to_img(x, data_format=data_format, scale=scale, **kwargs)
/external/tensorflow/tensorflow/contrib/keras/api/keras/preprocessing/image/
D__init__.py21 from tensorflow.python.keras.preprocessing.image import array_to_img