Home
last modified time | relevance | path

Searched refs:img_to_array (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_test.py63 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, ...])
Dimage.py78 def img_to_array(img, data_format=None, dtype=None): function
97 if 'dtype' in tf_inspect.getfullargspec(image.img_to_array)[0]:
101 return image.img_to_array(img, data_format=data_format, **kwargs)
/external/tensorflow/tensorflow/contrib/keras/api/keras/preprocessing/image/
D__init__.py24 from tensorflow.python.keras.preprocessing.image import img_to_array
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py68 img_array = image.img_to_array(img)