Home
last modified time | relevance | path

Searched refs:kDavinciDevice (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dms_context.h56 const char kDavinciDevice[] = "Davinci"; variable
60 const std::set<std::string> kTargetSet = {kCPUDevice, kGPUDevice, kAscendDevice, kDavinciDevice};
Dms_context.cc82 set_param<bool>(MS_CTX_ENABLE_LOOP_SINK, target == kAscendDevice || target == kDavinciDevice); in MsContext()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dbatchnorm_info.cc216 if (backend != kAscendDevice && backend != kDavinciDevice) { in InferReplaceOps()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc2886 if (backend == kAscendDevice || backend == kDavinciDevice) { in GetCommInfo()