Searched refs:central_fraction (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 553 def central_crop(image, central_fraction): argument 583 if central_fraction <= 0.0 or central_fraction > 1.0: 585 if central_fraction == 1.0: 620 (img_hd - img_hd * central_fraction) / 2, dtypes.int32) 623 bbox_h_start = int((img_hd - img_hd * central_fraction) / 2) 628 (img_wd - img_wd * central_fraction) / 2, dtypes.int32) 631 bbox_w_start = int((img_wd - img_wd * central_fraction) / 2)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 33 argspec: "args=[\'image\', \'central_fraction\'], varargs=None, keywords=None, defaults=None"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 33 argspec: "args=[\'image\', \'central_fraction\'], varargs=None, keywords=None, defaults=None"
|