Searched refs:task_result (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/ |
D | kernel_fusion.cc | 131 std::string task_result; in KernelFusion() local 133 auto ret = ParallelBuildManager::WaitOne(&task_id, &task_result, &build_result); in KernelFusion() 138 if (task_result != "Success") { in KernelFusion() 139 …MS_LOG(INFO) << "Fusion op build failed, error log: " << task_result << ", change to single op bui… in KernelFusion()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_kernel_parallel_build.cc | 92 std::string task_result; in TbeOpParallelBuild() local 94 auto ret = ParallelBuildManager::WaitOne(&task_id, &task_result, &build_result); in TbeOpParallelBuild() 100 if (task_result != "Success") { in TbeOpParallelBuild() 101 …EXCEPTION(ArgumentError) << "task compile Failed, task id:" << task_id << ", cause:" << task_result in TbeOpParallelBuild() 308 bool ParallelBuildManager::WaitOne(int *task_id, std::string *task_result, std::string *pre_build_r… in WaitOne() argument 310 return AscendKernelBuildClient::Instance().TbeWait(task_id, task_result, pre_build_result); in WaitOne()
|
D | tbe_kernel_parallel_build.h | 68 static bool WaitOne(int *task_id, std::string *task_result, std::string *build_result);
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | kernel_build_client.cc | 146 bool AscendKernelBuildClient::TbeWait(int *task_id, std::string *task_result, std::string *pre_buil… in TbeWait() argument 156 *task_result = SendRequest(kContinue); in TbeWait()
|
D | kernel_build_client.h | 244 bool TbeWait(int *task_id, std::string *task_result, std::string *pre_build_result);
|
/third_party/boost/boost/asio/detail/impl/ |
D | scheduler.ipp | 474 std::size_t task_result = o->task_result_; 486 o->complete(this, ec, task_result); 555 std::size_t task_result = o->task_result_; 567 o->complete(this, ec, task_result); 610 std::size_t task_result = o->task_result_; 622 o->complete(this, ec, task_result);
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | scheduler.ipp | 474 std::size_t task_result = o->task_result_; 486 o->complete(this, ec, task_result); 555 std::size_t task_result = o->task_result_; 567 o->complete(this, ec, task_result); 610 std::size_t task_result = o->task_result_; 622 o->complete(this, ec, task_result);
|