Searched defs:offset_height (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | random_crop_op.cc | 76 int32 offset_height = 0; in Compute() local
|
D | sample_distorted_bounding_box_op.cc | 381 const int offset_height = crop_rect.min_y_; in DoCompute() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 1698 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument 1718 offset_height, argument 1737 offset_height, argument 2025 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument 2047 offset_height, argument 2066 offset_height, argument
|
D | image_ops_impl.py | 994 def pad_to_bounding_box(image, offset_height, offset_width, target_height, argument 1106 def crop_to_bounding_box(image, offset_height, offset_width, target_height, argument
|