Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dms_context.cc165 aclError destroydStatus = acltdtDestroyChannel(acl_handle_); in DestroyTensorPrintThread() local
166 if (destroydStatus != ACL_SUCCESS) { in DestroyTensorPrintThread()
167 …MS_LOG(ERROR) << "Failed destroy acl channel and the destroyStatus is " << destroydStatus << std::… in DestroyTensorPrintThread()