Home
last modified time | relevance | path

Searched defs:scale_width (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dresize_infer.c59 float scale_width = ShortToFloat32(data[2]); in HandleTwoInputs() local
/third_party/boost/boost/gil/extension/io/png/detail/
Dreader_backend.hpp488 png_charp scale_width = nullptr; in read_header() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dcrop_and_resize_impl.cu45 float scale_width = (x2 - x1) * (input_width - 1) / (final_width - 1); in CropAndResize() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcrop_and_resize_cpu_kernel.cc131 … float scale_width = final_width_ > 1 ? (x2 - x1) * (input_width_ - 1) / (final_width_ - 1) : 0; in Launch() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dimage_process.cc85 double scale_width = static_cast<double>(src_width) / dst_width; in ResizeBilinear3C() local
167 double scale_width = static_cast<double>(src_width) / dst_width; in ResizeBilinear1C() local