| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | crop_and_resize_impl.cu | 25 __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/ |
| D | crop_and_resize_cpu_kernel.cc | 115 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/ |
| D | bounding_box_augment_op.cc | 39 std::shared_ptr<Tensor> input_image; in Compute() local
|
| D | lite_image_utils.cc | 61 cv::Mat input_image = input_cv->mat(); in Rescale() local
|
| D | image_utils.cc | 628 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/ |
| D | crop_and_resize.cc | 57 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/ |
| D | adjust_saturation_gpu_kernel.cc | 52 T *input_image = GetDeviceAddress<T>(inputs, 0); in LaunchKernel() local
|
| D | adjust_hue_gpu_kernel.cc | 114 T *input_image = GetDeviceAddress<T>(inputs, kIndex0); in LaunchKernel() local
|
| D | crop_and_resize_gpu_kernel.cc | 122 T *input_image = GetDeviceAddress<T>(inputs, 0); in LaunchKernel() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/kernel/ |
| D | stack.cc | 47 cl::Image2D *input_image = allocator_->GetImage(src_data); in RunAxis0() local
|
| D | concat.cc | 51 auto *input_image = allocator_->GetImage(src_data); in RunAxis0() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_coreimage.m | 52 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/ |
| D | MDAclProcess.cc | 456 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/ |
| D | vaapi_encode.h | 92 AVFrame *input_image; member
|