Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_test.py105 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, ...])
Dimage.py195 def img_to_array(img, data_format=None, dtype=None): function
228 if 'dtype' in tf_inspect.getfullargspec(image.img_to_array)[0]:
232 return image.img_to_array(img, data_format=data_format, **kwargs)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.preprocessing.image.pbtxt36 name: "img_to_array"
/external/tensorflow/tensorflow/python/keras/applications/
Dapplications_load_weight_test.py90 x = image.img_to_array(img)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.preprocessing.image.pbtxt36 name: "img_to_array"
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py96 img_array = keras.preprocessing.image.img_to_array(img)