Searched refs:smart_resize (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image_dataset.py | 49 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,
|
D | image_test.py | 65 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))
|
D | image_dataset_test.py | 293 directory, batch_size=5, image_size=(18, 18), smart_resize=True)
|
D | image.py | 55 def smart_resize(x, size, interpolation='bilinear'): function
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.preprocessing.pbtxt | 17 …alidation_split\', \'subset\', \'interpolation\', \'follow_links\', \'smart_resize\'], varargs=Non…
|
D | tensorflow.keras.preprocessing.image.pbtxt | 72 name: "smart_resize"
|