Searched refs:img_to_array (Results 1 – 4 of 4) sorted by relevance
63 img_list.append(keras.preprocessing.image.img_to_array(im)[None, ...])323 x = keras.preprocessing.image.img_to_array(331 x = keras.preprocessing.image.img_to_array(339 x = keras.preprocessing.image.img_to_array(img, data_format='channels_last')345 x = keras.preprocessing.image.img_to_array(img, data_format='channels_last')356 img_list.append(keras.preprocessing.image.img_to_array(im)[None, ...])
78 def img_to_array(img, data_format=None, dtype=None): function97 if 'dtype' in tf_inspect.getfullargspec(image.img_to_array)[0]:101 return image.img_to_array(img, data_format=data_format, **kwargs)
24 from tensorflow.python.keras.preprocessing.image import img_to_array
68 img_array = image.img_to_array(img)