Home
last modified time | relevance | path

Searched refs:crop_to_bounding_box (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Ddecode_jpeg_op_test.py103 image = image_ops.crop_to_bounding_box(
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CropAndResize.pbtxt66 `crop_to_bounding_box` op which extracts a fixed size slice from the input image
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.pbtxt48 name: "crop_to_bounding_box"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt48 name: "crop_to_bounding_box"
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py1106 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,
Dimage_ops_test.py1709 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)