Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dcrop_and_resize_impl.cu25 __global__ void CropAndResize(const size_t size, const T *input_image, float *input_boxes, int *inp… in CropAndResize()
106 cudaError_t CalCropAndResize(const size_t size, const T *input_image, float *input_boxes, int *inpu… in CalCropAndResize()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcrop_and_resize_cpu_kernel.cc115 void CropAndResizeCpuKernelMod::BilinearResize(T *input_image, float target_x, float target_y, size… in BilinearResize()
137 void CropAndResizeCpuKernelMod::BilinearV2Resize(T *input_image, float y1, float x1, float y2, floa… in BilinearV2Resize()
181 auto *input_image = reinterpret_cast<T *>(inputs[IMAGE]->device_ptr()); in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dbounding_box_augment_op.cc39 std::shared_ptr<Tensor> input_image; in Compute() local
Dlite_image_utils.cc61 cv::Mat input_image = input_cv->mat(); in Rescale() local
Dimage_utils.cc628 cv::Mat input_image = input_cv->mat(); in Rescale() local
904 std::shared_ptr<CVTensor> input_image; in CropAndResize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dcrop_and_resize.cc57 void BilinearResize(CpuKernelContext &ctx, T *input_image, float target_x, float target_y, size_t p… in BilinearResize()
79 void BilinearV2Resize(CpuKernelContext &ctx, T *input_image, float y1, float x1, float y2, float x2… in BilinearV2Resize()
182 auto *input_image = reinterpret_cast<T1 *>(image_ori->GetData()); in DoCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dadjust_saturation_gpu_kernel.cc52 T *input_image = GetDeviceAddress<T>(inputs, 0); in LaunchKernel() local
Dadjust_hue_gpu_kernel.cc114 T *input_image = GetDeviceAddress<T>(inputs, kIndex0); in LaunchKernel() local
Dcrop_and_resize_gpu_kernel.cc122 T *input_image = GetDeviceAddress<T>(inputs, 0); in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/kernel/
Dstack.cc47 cl::Image2D *input_image = allocator_->GetImage(src_data); in RunAxis0() local
Dconcat.cc51 auto *input_image = allocator_->GetImage(src_data); in RunAxis0() local
/third_party/ffmpeg/libavfilter/
Dvf_coreimage.m52 CFTypeRef input_image; ///< Input image container for passing into Core Image API field
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DMDAclProcess.cc456 std::shared_ptr<DvppDataInfo> input_image; in JPEG_R_() local
582 std::shared_ptr<DvppDataInfo> input_image; in JPEG_C_() local
/third_party/ffmpeg/libavcodec/
Dvaapi_encode.h92 AVFrame *input_image; member