Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_crop_and_resize_with_bbox_op.h28 …RandomCropAndResizeWithBBoxOp(int32_t target_height, int32_t target_width, float scale_lb, float s… in RandomCropAndResizeWithBBoxOp()
Drandom_crop_decode_resize_op.cc26 RandomCropDecodeResizeOp::RandomCropDecodeResizeOp(int32_t target_height, int32_t target_width, flo… in RandomCropDecodeResizeOp()
Drandom_crop_and_resize_op.cc28 RandomCropAndResizeOp::RandomCropAndResizeOp(int32_t target_height, int32_t target_width, float sca… in RandomCropAndResizeOp()
Dbounding_box.cc200 …dingBox::UpdateBBoxesForResize(const TensorPtr &bbox_list, size_t bbox_count, int32_t target_width, in UpdateBBoxesForResize()
Dimage_utils.cc869 … int crop_height, int crop_width, int target_height, int target_width, InterpolationMode mode) { in CropAndResize()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Drandom_crop_decode_resize_op_test.cc42 constexpr int target_width = 718; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsample_distorted_bounding_box_ext2.cc387 const int target_width = crop_rect.max_x_ - crop_rect.min_x_; in SDBBExt2Compute() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_alu_width.c195 unsigned target_width = 1; in lower_alu_instr_width() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsample_distorted_bounding_box_v2_cpu_kernel.cc400 const int target_width = ms_crop_rect.max_x_ - ms_crop_rect.min_x_; in LaunchSDBBExt2() local
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp434 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp439 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/third_party/skia/third_party/externals/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
/third_party/rust/rust/compiler/rustc_const_eval/src/transform/
Dvalidate.rs930 let target_width = self.tcx.sess.target.pointer_width; in visit_terminator() localVariable
/third_party/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c712 int target_width, target_height, target_depth, i; in present() local