Home
last modified time | relevance | path

Searched defs:offset_width (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drandom_crop_op.cc81 int32 offset_width = 0; in Compute() local
Dsample_distorted_bounding_box_op.cc365 const int offset_width = crop_rect.min_x_; in Compute() local
/external/python/cpython3/Lib/
Ddis.py213 def _disassemble(self, lineno_width=3, mark_as_current=False, offset_width=4): argument
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py1499 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument
1524 offset_width, argument
1543 offset_width, argument
1824 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument
1849 offset_width, argument
1868 offset_width, 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