Home
last modified time | relevance | path

Searched defs:image_object (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/compute/image/
Dimage_object.hpp32 class image_object : public memory_object class
35 image_object() in image_object() function in boost::compute::image_object
40 explicit image_object(cl_mem mem, bool retain = true) in image_object() function in boost::compute::image_object
45 image_object(const image_object &other) in image_object() function in boost::compute::image_object
60 image_object(image_object&& other) BOOST_NOEXCEPT in image_object() function in boost::compute::image_object
/third_party/boost/libs/compute/include/boost/compute/image/
Dimage_object.hpp32 class image_object : public memory_object class
35 image_object() in image_object() function in boost::compute::image_object
40 explicit image_object(cl_mem mem, bool retain = true) in image_object() function in boost::compute::image_object
45 image_object(const image_object &other) in image_object() function in boost::compute::image_object
60 image_object(image_object&& other) BOOST_NOEXCEPT in image_object() function in boost::compute::image_object
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/
Dimage_preprocess.cc113 cv::Mat image_object = *(image); in CenterCrop() local