Searched refs:crop_to_bounding_box (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | decode_jpeg_op_test.py | 103 image = image_ops.crop_to_bounding_box(
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CropAndResize.pbtxt | 66 `crop_to_bounding_box` op which extracts a fixed size slice from the input image
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 48 name: "crop_to_bounding_box"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 48 name: "crop_to_bounding_box"
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 1106 def crop_to_bounding_box(image, offset_height, offset_width, target_height, function 1279 cropped = crop_to_bounding_box(image, offset_crop_height, offset_crop_width,
|
D | image_ops_test.py | 1709 y = image_ops.crop_to_bounding_box(x_tensor, offset_height, offset_width, 1754 y = image_ops.crop_to_bounding_box(image, 0, 0, height, width) 1864 y = image_ops.crop_to_bounding_box(image, 0, 0, 55, 66) 4234 image1_crop = image_ops.crop_to_bounding_box(image1, y, x, h, w)
|