Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.h36 enum InitState { UnInit = 0, InitSuccess = 1, InitFailed = 2 }; enumerator
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/
Dopencl_subgraph.cc359 void OpenCLSubGraph::UnInit() { in UnInit() function in mindspore::kernel::OpenCLSubGraph