Searched defs:offset_height (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | image_ops_test.py | 1763 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument 1783 offset_height, argument 1802 offset_height, argument 2090 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument 2112 offset_height, argument 2131 offset_height, argument 2341 def _InternalPadToBoundingBox(self, x, offset_height, offset_width, argument 2364 offset_height, argument
|
H A D | image_ops_impl.py | 994 def pad_to_bounding_box(image, offset_height, offset_width, target_height, argument 1062 def pad_to_bounding_box_internal(image, offset_height, offset_width, argument 1154 def crop_to_bounding_box(image, offset_height, offset_width, target_height, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | random_crop_op.cc | 76 int32_t offset_height = 0; in Compute() local
|
H A D | sample_distorted_bounding_box_op.cc | 381 const int offset_height = crop_rect.min_y_; in DoCompute() local
|