Home
last modified time | relevance | path

Searched defs:GetMaxImage2DWidth (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_runtime.h66 uint64_t GetMaxImage2DWidth() { return max_image2d_width_; } in GetMaxImage2DWidth() function
Dopencl_runtime_wrapper.cc134 uint64_t OpenCLRuntimeWrapper::GetMaxImage2DWidth() { in GetMaxImage2DWidth() function in mindspore::registry::opencl::OpenCLRuntimeWrapper