Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ps/core/
Dcommon_util_test.cc47 TEST_F(TestCommUtil, GetAvailableInterfaceAndIP) { in TEST_F() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/
Dcomm_util.cc79 void CommUtil::GetAvailableInterfaceAndIP(std::string *interface, std::string *ip) { in GetAvailableInterfaceAndIP() function in mindspore::ps::core::CommUtil