Home
last modified time | relevance | path

Searched refs:central_fraction (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py849 def central_crop(image, central_fraction): argument
904 central_fraction_static = tensor_util.constant_value(central_fraction)
912 math_ops.logical_or(central_fraction > 0.0, central_fraction <= 1.0),
951 (img_hd - img_hd * math_ops.cast(central_fraction, dtypes.float64)) /
960 (img_wd - img_wd * math_ops.cast(central_fraction, dtypes.float64)) /
Dimage_ops_test.py2012 def f(x, central_fraction): argument
2013 return image_ops.central_crop(x, central_fraction)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.pbtxt33 argspec: "args=[\'image\', \'central_fraction\'], varargs=None, keywords=None, defaults=None"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt33 argspec: "args=[\'image\', \'central_fraction\'], varargs=None, keywords=None, defaults=None"