Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Drandom_crop_op.cc49 const int32_t target_width = shape_vec(1); in Compute() local
Dresize_area_op_test.cc150 int target_width, int channels) { in RunRandomTest()
Dsample_distorted_bounding_box_op.cc377 const int target_width = crop_rect.max_x_ - crop_rect.min_x_; in DoCompute() local
Dresize_bicubic_op_test.cc164 const int target_width, int channels) { in RunRandomTest()
/external/libvpx/libvpx/examples/
Dresize_util.c54 int width, height, target_width, target_height; in main() local
/external/libaom/libaom/examples/
Dresize_util.c55 int width, height, target_width, target_height; in main() local
/external/webrtc/api/test/
Dcreate_frame_generator.cc61 size_t target_width, in CreateScrollingInputFromYuvFilesFrameGenerator()
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc138 int target_width = width; in IncomingFrame() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py994 target_width): argument
1106 target_width): argument
1208 def resize_image_with_crop_or_pad(image, target_height, target_width): argument
1726 def _resize_image_with_pad_common(image, target_height, target_width, argument
1805 target_width, argument
1848 target_width, argument
Dimage_ops_test.py1699 target_width, use_tensor_inputs): argument
1740 target_width, argument
2026 target_width, use_tensor_inputs): argument
2069 target_width, argument
3696 def _ResizeImageWithPad(self, x, target_height, target_width, argument
3730 target_width, argument
3816 def _ResizeImageWithPad(self, x, target_height, target_width, argument
3850 target_width, argument
3934 def _ResizeImageWithCropOrPad(self, x, target_height, target_width, argument
3971 target_width, argument
/external/rust/crates/textwrap/src/wrap_algorithms/
Doptimal_fit.rs326 let target_width = line_width.max(1.0); in wrap_optimal_fit() localVariable
/external/webrtc/test/
Dframe_generator.cc276 size_t target_width, in ScrollingImageFrameGenerator()
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc184 int target_width, in ScaleI420ABuffer()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp439 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp439 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dgraphics_robust_access_pass.cpp439 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c726 int target_width, target_height, target_depth, i; in present() local