Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Drandom_crop_op.cc77 int32_t offset_width = 0; in Compute() local
Dsample_distorted_bounding_box_op.cc380 const int offset_width = crop_rect.min_x_; in DoCompute() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py1763 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument
1784 offset_width, argument
1803 offset_width, argument
2090 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument
2113 offset_width, argument
2132 offset_width, argument
2341 def _InternalPadToBoundingBox(self, x, offset_height, offset_width, argument
2365 offset_width, argument
Dimage_ops_impl.py994 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
/external/python/cpython3/Lib/
Ddis.py425 def __init__(self, file=None, lineno_width=0, offset_width=0, label_width=0, argument