Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/
Dnode_manager.cc36 const std::string &new_ip = register_message.ip(); in checkIfRankIdExist() local
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs2025 pub(crate) fn new_ip(ip: IpAddr) -> Result<GeneralName, ErrorStack> { in new_ip() method