HomeSort by relevance Sort by last modified time
    Searched refs:dst_dev (Results 1 - 7 of 7) 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 668 const string& key, int64 step_id, Device* dst_dev,
676 RdmaTensorRequest request(request_index, key, step_id, this, dst_dev,
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
collective_rma_local.cc 85 Device* dst_dev, const AllocatorAttributes& src_attr,
97 dst_attr.on_host() ? DEVICE_CPU : dst_dev->attributes().device_type());
119 src_dev_ctx, dst_dev_ctx, src_dev, dst_dev, src_attr,
collective_rma_local.h 78 Device* dst_dev, const AllocatorAttributes& src_attr,
  /external/tensorflow/tensorflow/core/nccl/
nccl_rewrite.cc 127 int dst_dev = edge->IsControlEdge() local
130 if (out_nodes_map.size() <= dst_dev) {
131 out_nodes_map.resize(dst_dev + 1);
132 recv_index_map.resize(dst_dev + 1);
134 auto it = out_nodes_map.begin() + dst_dev;
136 recv_index_map[dst_dev] = num_devices;
  /external/autotest/server/
site_linux_system.py 492 dst_dev=net_dev.if_name)
607 def clone_mac_address(self, src_dev=None, dst_dev=None):
611 @param dst_dev string name of device to copy address to.
615 dst_dev,

Completed in 408 milliseconds