HomeSort by relevance Sort by last modified time
    Searched refs:channel_table_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/verbs/
rdma_mgr.h 51 ChannelTable channel_table_; member in class:tensorflow::RdmaMgr
rdma_mgr.cc 48 channel_table_.insert(
59 for (const auto& p : channel_table_) {
137 for (const auto& p : channel_table_) {
183 for (const auto& p : channel_table_) delete p.second;
184 channel_table_.clear();
194 ChannelTable::iterator iter = channel_table_.find(name);
195 CHECK(iter != channel_table_.end());

Completed in 58 milliseconds