Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.h67 uint64_t GetMaxImage2DHeight() { return max_image2d_height_; } in GetMaxImage2DHeight() function
Dopencl_runtime_wrapper.cc143 uint64_t OpenCLRuntimeWrapper::GetMaxImage2DHeight() { in GetMaxImage2DHeight() function in mindspore::registry::opencl::OpenCLRuntimeWrapper