Home
last modified time | relevance | path

Searched defs:offset_height (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drandom_crop_op.cc80 int32 offset_height = 0; in Compute() local
Dsample_distorted_bounding_box_op.cc366 const int offset_height = crop_rect.min_y_; in Compute() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py1499 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument
1523 offset_height, argument
1542 offset_height, argument
1824 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument
1848 offset_height, argument
1867 offset_height, argument
Dimage_ops_impl.py663 def pad_to_bounding_box(image, offset_height, offset_width, target_height, argument
746 def crop_to_bounding_box(image, offset_height, offset_width, target_height, argument