Searched refs:central_crop (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 32 name: "central_crop"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 32 name: "central_crop"
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 1872 y = image_ops.central_crop(image, fraction) 1885 y = image_ops.central_crop(x, 1.0) 1899 y = image_ops.central_crop(x, 0.5) 1915 y = image_ops.central_crop(x, 0.5) 1930 y_tf = self.evaluate(image_ops.central_crop(x_np, 0.33)) 1982 _ = image_ops.central_crop(x, 0.0) 1984 _ = image_ops.central_crop(x, 1.01) 1994 _ = image_ops.central_crop(x, 0.5) 2003 y = image_ops.central_crop(x_np, 1.0) 2013 return image_ops.central_crop(x, central_fraction)
|
D | image_ops_impl.py | 849 def central_crop(image, central_fraction): function
|