Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dms_context.h155 using PrintThreadCrt = std::function<std::thread(std::string &, acltdtChannelHandle *)>; variable
156 void CreateTensorPrintThread(const PrintThreadCrt &ctr);
Dms_context.cc125 void MsContext::CreateTensorPrintThread(const PrintThreadCrt &ctr) { in CreateTensorPrintThread()