Home
last modified time | relevance | path

Searched defs:target_height (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Drandom_crop_op.cc48 const int32_t target_height = shape_vec(0); in Compute() local
Dresize_area_op_test.cc149 void RunRandomTest(int in_height, int in_width, int target_height, in RunRandomTest()
Dsample_distorted_bounding_box_op.cc378 const int target_height = crop_rect.max_y_ - crop_rect.min_y_; in DoCompute() local
Dresize_bicubic_op_test.cc163 const int64_t in_width, const int target_height, in RunRandomTest()
/external/executorch/examples/models/llama3_2_vision/preprocess/
Dpreprocess.cpp102 int target_height = target_size[0]; in get_inscribed_size() local
/external/webrtc/api/test/
Dcreate_frame_generator.cc79 size_t target_height, in CreateScrollingInputFromYuvFilesFrameGenerator()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py994 def pad_to_bounding_box(image, offset_height, offset_width, target_height, argument
1063 target_height, target_width, check_dims): argument
1154 def crop_to_bounding_box(image, offset_height, offset_width, target_height, argument
1257 def resize_image_with_crop_or_pad(image, target_height, target_width): argument
1775 def _resize_image_with_pad_common(image, target_height, target_width, argument
1853 target_height, argument
1896 target_height, argument
Dimage_ops_test.py1763 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument
1804 target_height, argument
2090 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument
2133 target_height, argument
2342 target_height, target_width, use_tensor_inputs): argument
3919 def _ResizeImageWithPad(self, x, target_height, target_width, argument
3952 target_height, argument
4039 def _ResizeImageWithPad(self, x, target_height, target_width, argument
4072 target_height, argument
4157 def _ResizeImageWithCropOrPad(self, x, target_height, target_width, argument
[all …]
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc138 int target_height = abs(height); in IncomingFrame() local
/external/webrtc/test/
Dframe_generator.cc335 size_t target_height, in ScrollingImageFrameGenerator()
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc132 int target_height) { in ScaleI420ABuffer()
/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c712 int target_width, target_height, target_depth, i; in present() local