Home
last modified time | relevance | path

Searched defs:ReadImage (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
Dimg2webp.c73 static int ReadImage(const char filename[], WebPPicture* const pic) { in ReadImage() function
/third_party/skia/m133/third_party/externals/libwebp/examples/
Dimg2webp.c80 static int ReadImage(const char filename[], WebPPicture* const pic) { in ReadImage() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/preprocess/
Dimage_preprocess.cc26 int ReadImage(const std::string &image_path, cv::Mat *image) { in ReadImage() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_runtime_wrapper.cc102 Status OpenCLRuntimeWrapper::ReadImage(void *buffer, void *dst_data) { in ReadImage() function in mindspore::registry::opencl::OpenCLRuntimeWrapper
Dopencl_runtime.cc599 int OpenCLRuntime::ReadImage(void *buffer, void *dst_data) { return ReadOrWriteImage(buffer, dst_da… in ReadImage() function in mindspore::lite::opencl::OpenCLRuntime
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_ifd.cpp4252 void dng_ifd::ReadImage (dng_host &host, in ReadImage() function in dng_ifd
/third_party/skia/m133/third_party/externals/dng_sdk/source/
Ddng_ifd.cpp4252 void dng_ifd::ReadImage (dng_host &host, in ReadImage() function in dng_ifd
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc2514 Status ReadImage(const std::string &filename, std::shared_ptr<Tensor> *output, ImageReadMode mode) { in ReadImage() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc1192 Status ReadImage(const std::string &filename, mindspore::MSTensor *output, ImageReadMode mode) { in ReadImage() function