Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/testing/
H A Dfaulty_tensorpipe_agent.cpp129 static std::unordered_map<std::string, MessageType> msgMap = { in messageStringToType() local
141 const auto& it = msgMap.find(messageString); in messageStringToType()
143 it != msgMap.end(), in messageStringToType()