Searched refs:array_to_img (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image_test.py | 44 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')
|
D | image.py | 48 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__.py | 21 from tensorflow.python.keras.preprocessing.image import array_to_img
|