Home
last modified time | relevance | path

Searched defs:SafeCStr (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dms_utils.cc25 const char *SafeCStr(const std::string &&str) { in SafeCStr() function
Dms_utils.h32 inline const char *SafeCStr(const std::string &str) { return str.c_str(); } in SafeCStr() function