Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_runtime.h85 uint32_t GetImagePitchAlignment() const { return image_pitch_align_; } in GetImagePitchAlignment() function
Dopencl_runtime_wrapper.cc146 uint64_t OpenCLRuntimeWrapper::GetImagePitchAlignment() { in GetImagePitchAlignment() function in mindspore::registry::opencl::OpenCLRuntimeWrapper