Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/tdt/
Dtdt_handle.h29 static void AddHandle(acltdtChannelHandle **handle, std::thread *use_thread);
40 inline void TdtHandle::AddHandle(acltdtChannelHandle **handle, std::thread *use_thread) { in AddHandle() function
Dtdt_plugin.cc42 TdtHandle::AddHandle(&acl_handle_, nullptr); in TdtPlugin()
/third_party/mindspore/mindspore/core/utils/
Dms_context.cc136 TdtHandle::AddHandle(&acl_handle_, &acl_tdt_print_); in CreateTensorPrintThread()