Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc207 struct MasterInfo { struct
211 MasterInfo(Master* master, const int64 default_timeout_in_ms) in MasterInfo() function
215 typedef std::unordered_map<string, MasterInfo> LocalMasterRegistry;
227 {target, MasterInfo(master, default_timeout_in_ms)}); in Register()