Home
last modified time | relevance | path

Searched refs:kOpNotSupportMultiThreadExecList (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc254 …if (kOpNotSupportMultiThreadExecList.find(AnfAlgo::GetCNodeName(kernel)) != kOpNotSupportMultiThre… in LaunchKernel()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h664 const std::set<std::string> kOpNotSupportMultiThreadExecList = {kAvgPoolOpName, kAvgPoolGradOpName,… variable