Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dms_context.cc158 aclError stopStatus = acltdtStopChannel(acl_handle_); in DestroyTensorPrintThread() local
159 if (stopStatus != ACL_SUCCESS) { in DestroyTensorPrintThread()
160 … MS_LOG(ERROR) << "Failed stop acl data channel and the stopStatus is " << stopStatus << std::endl; in DestroyTensorPrintThread()