Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_dataset.py49 smart_resize=False): argument
213 smart_resize=smart_resize)
232 smart_resize=False): argument
236 args = (image_size, num_channels, interpolation, smart_resize)
246 smart_resize=False): argument
251 if smart_resize:
252 img = keras_image_ops.smart_resize(img, image_size,
Dimage_test.py65 output = preprocessing_image.smart_resize(test_input, size=(50, 50))
68 output = preprocessing_image.smart_resize(test_input, size=(10, 10))
70 output = preprocessing_image.smart_resize(test_input, size=(100, 50))
72 output = preprocessing_image.smart_resize(test_input, size=(5, 15))
85 resize = lambda img: preprocessing_image.smart_resize(img, size=size)
93 preprocessing_image.smart_resize(
96 preprocessing_image.smart_resize(np.random.random((20, 40)), size=(10, 5))
Dimage_dataset_test.py293 directory, batch_size=5, image_size=(18, 18), smart_resize=True)
Dimage.py55 def smart_resize(x, size, interpolation='bilinear'): function
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.preprocessing.pbtxt17 …alidation_split\', \'subset\', \'interpolation\', \'follow_links\', \'smart_resize\'], varargs=Non…
Dtensorflow.keras.preprocessing.image.pbtxt72 name: "smart_resize"