Searched refs:resize_bicubic (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | resnet_preprocessing.py | 102 lambda: tf.image.resize_bicubic([image], # pylint: disable=g-long-lambda 124 image = tf.image.resize_bicubic([image], [image_size, image_size])[0]
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_grad_test.py | 210 resize_out = image_ops.resize_bicubic(input_tensor, out_shape[1:3], 227 resize_out = image_ops.resize_bicubic(input_tensor, out_shape[1:3], 243 resize_out = image_ops.resize_bicubic(input_tensor, out_shape[1:3], 258 resize_out = image_ops.resize_bicubic(input_tensor, out_shape[1:3])
|
D | image_ops_impl.py | 1106 return gen_image_ops.resize_bicubic( 1237 return gen_image_ops.resize_bicubic( 3193 def resize_bicubic(images, function 3198 return gen_image_ops.resize_bicubic( 3244 resize_bicubic_deprecation(resize_bicubic))
|
D | image_ops_test.py | 750 resize_op = image_ops.resize_bicubic( 2518 (gen_image_ops.resize_bicubic, "keyscubic"))
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 188 name: "resize_bicubic"
|