Home
last modified time | relevance | path

Searched defs:target_width (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py995 target_width): argument
1063 target_height, target_width, check_dims): argument
1155 target_width): 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
1854 target_width, argument
1897 target_width, argument
H A Dimage_ops_test.py1764 target_width, use_tensor_inputs): argument
1805 target_width, argument
2091 target_width, use_tensor_inputs): argument
2134 target_width, argument
2342 target_height, target_width, use_tensor_inputs): argument
3919 def _ResizeImageWithPad(self, x, target_height, target_width, argument
3953 target_width, argument
4039 def _ResizeImageWithPad(self, x, target_height, target_width, argument
4073 target_width, argument
4157 def _ResizeImageWithCropOrPad(self, x, target_height, target_width, argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Drandom_crop_op.cc49 const int32_t target_width = shape_vec(1); in Compute() local
H A Dresize_area_op_test.cc150 int target_width, int channels) { in RunRandomTest()
H A Dsample_distorted_bounding_box_op.cc377 const int target_width = crop_rect.max_x_ - crop_rect.min_x_; in DoCompute() local
H A Dresize_bicubic_op_test.cc164 const int target_width, int channels) { in RunRandomTest()
/aosp_15_r20/external/executorch/examples/models/llama3_2_vision/preprocess/
H A Dpreprocess.cpp103 int target_width = target_size[1]; in get_inscribed_size() local
/aosp_15_r20/external/webrtc/api/test/
H A Dcreate_frame_generator.cc78 size_t target_width, in CreateScrollingInputFromYuvFilesFrameGenerator()
/aosp_15_r20/external/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc137 int target_width = width; in IncomingFrame() local
/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/wrap_algorithms/
Doptimal_fit.rs326 let target_width = line_width.max(1.0); in wrap_optimal_fit() localVariable
/aosp_15_r20/external/webrtc/test/
H A Dframe_generator.cc334 size_t target_width, in ScrollingImageFrameGenerator()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_alu_width.c195 unsigned target_width = 1; in lower_alu_instr_width() local
/aosp_15_r20/external/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc131 int target_width, in ScaleI420ABuffer()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp434 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dgraphics_robust_access_pass.cpp434 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dgraphics_robust_access_pass.cpp434 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c712 int target_width, target_height, target_depth, i; in present() local