Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/
Dtensorprint_utils.h33 explicit TensorPrint(const std::string &path, const acltdtChannelHandle *acl_handle) in TensorPrint() argument
34 : print_file_path_(path), acl_handle_(acl_handle) {} in TensorPrint()
/third_party/mindspore/mindspore/ccsrc/utils/context/
Dcontext_extends.cc99 auto thread_crt = [](const std::string &path, const acltdtChannelHandle *acl_handle) { in OpenTsd() argument
100 return std::thread(TensorPrint(path, acl_handle)); in OpenTsd()