Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime_wrapper.cc34 Status OpenCLRuntimeWrapper::LoadSource(const std::string &program_name, const std::string &source)… in LoadSource() function in mindspore::registry::opencl::OpenCLRuntimeWrapper
Dopencl_runtime.cc489 bool OpenCLRuntime::LoadSource(const std::string &program_name, const std::string &source) { in LoadSource() function in mindspore::lite::opencl::OpenCLRuntime