| /external/tensorflow/tensorflow/core/kernels/ |
| random_crop_op.cc | 80 int32 offset_height = 0; variable 90 offset_height = random.Rand32() % (height - target_height + 1); 102 input_data(y + offset_height, x + offset_width, c);
|
| sample_distorted_bounding_box_op.cc | 366 const int offset_height = crop_rect.min_y_; variable 373 OP_REQUIRES(context, height >= target_height + offset_height, 376 target_height, " + ", offset_height)); 394 begin_data(0) = T(offset_height);
|
| /external/tensorflow/tensorflow/python/ops/ |
| image_ops_test.py | [all...] |
| image_ops_impl.py | 549 def pad_to_bounding_box(image, offset_height, offset_width, target_height, 553 Adds `offset_height` rows of zeros on top, `offset_width` columns of 563 offset_height: Number of rows of zeros to add on top. 576 `target_*` arguments, or either `offset_height` or `offset_width` is 599 after_padding_height = target_height - offset_height - height 601 assert_ops += _assert(offset_height >= 0, ValueError, 602 'offset_height must be >= 0') 614 0, 0, offset_height, after_padding_height, offset_width, 632 def crop_to_bounding_box(image, offset_height, offset_width, target_height, 637 returned image is at `offset_height, offset_width` in `image`, and it [all...] |
| /external/tensorflow/tensorflow/tools/api/golden/ |
| tensorflow.image.pbtxt | 41 argspec: "args=[\'image\', \'offset_height\', \'offset_width\', \'target_height\', \'target_width\'], varargs=None, keywords=None, defaults=None" 113 argspec: "args=[\'image\', \'offset_height\', \'offset_width\', \'target_height\', \'target_width\'], varargs=None, keywords=None, defaults=None"
|
| /external/tensorflow/tensorflow/core/api_def/base_api/ |
| api_def_SampleDistortedBoundingBox.pbtxt | 19 1-D, containing `[offset_height, offset_width, 0]`. Provide as input to
|
| api_def_SampleDistortedBoundingBoxV2.pbtxt | 28 1-D, containing `[offset_height, offset_width, 0]`. Provide as input to
|
| /external/tensorflow/tensorflow/python/kernel_tests/ |
| decode_jpeg_op_test.py | 98 offset_height=crop_window[0],
|
| /external/tensorflow/tensorflow/go/op/ |
| wrappers.go | [all...] |