Searched refs:img_to_array (Results 1 – 6 of 6) sorted by relevance
105 img_list.append(preprocessing_image.img_to_array(im)[None, ...])371 x = preprocessing_image.img_to_array(379 x = preprocessing_image.img_to_array(387 x = preprocessing_image.img_to_array(img, data_format='channels_last')393 x = preprocessing_image.img_to_array(img, data_format='channels_last')404 img_list.append(preprocessing_image.img_to_array(im)[None, ...])
195 def img_to_array(img, data_format=None, dtype=None): function228 if 'dtype' in tf_inspect.getfullargspec(image.img_to_array)[0]:232 return image.img_to_array(img, data_format=data_format, **kwargs)
36 name: "img_to_array"
90 x = image.img_to_array(img)
96 img_array = keras.preprocessing.image.img_to_array(img)