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

  /external/tensorflow/tensorflow/contrib/verbs/
rdma_rendezvous_mgr.cc 69 Device* dst_dev; local
70 s = env_->device_mgr->LookupDevice(parsed.dst_device, &dst_dev);
78 rc->InsertTensorRequest(key, step_id_, dst_dev, recv_args, done);
rdma.h 240 RdmaChannel* channel, Device* dst_dev,
432 const string& key, int64 step_id, Device* dst_dev,
rdma.cc 669 const string& key, int64 step_id, Device* dst_dev,
677 RdmaTensorRequest request(request_index, key, step_id, this, dst_dev,
    [all...]
  /external/tensorflow/tensorflow/contrib/nccl/kernels/
nccl_rewrite.cc 125 int dst_dev = edge->IsControlEdge() local
128 if (out_nodes_map.size() <= dst_dev) {
129 out_nodes_map.resize(dst_dev + 1);
130 recv_index_map.resize(dst_dev + 1);
132 auto it = out_nodes_map.begin() + dst_dev;
134 recv_index_map[dst_dev] = num_devices;
  /external/autotest/server/
site_linux_system.py 478 dst_dev=net_dev.if_name)
586 def clone_mac_address(self, src_dev=None, dst_dev=None):
590 @param dst_dev string name of device to copy address to.
594 dst_dev,

Completed in 373 milliseconds