Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.h74 uint32_t GetImagePitchAlignment() const { return image_pitch_align_; } in GetImagePitchAlignment() function
Dopencl_runtime_wrapper.cc149 uint64_t OpenCLRuntimeWrapper::GetImagePitchAlignment() { in GetImagePitchAlignment() function in mindspore::registry::opencl::OpenCLRuntimeWrapper