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

  /external/tensorflow/tensorflow/contrib/gdr/
gdr_rendezvous_mgr.cc 58 resp_.InitAlloc(dst_device_, recv_args_.alloc_attrs);
60 bool dma_ok = resp_.metadata().has_transport_options();
62 auto transport_options = resp_.metadata().transport_options();
87 wi_->RecvTensorAsync(&opts_, &req_, &resp_, std::move(cb));
103 const Tensor& tensor() const { return resp_.tensor(); }
105 bool is_dead() const { return resp_.metadata().is_dead(); }
117 TensorResponse resp_; member in class:tensorflow::__anon39175::GdrRecvTensorCall
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
rpc_rendezvous_mgr.cc 82 resp_.Clear();
116 const Tensor& tensor() const { return resp_.tensor(); }
118 bool is_dead() const { return resp_.metadata().is_dead(); }
129 resp_.InitAlloc(dst_device_, alloc_attrs_);
142 wi_->RecvTensorAsync(&opts_, &req_, &resp_, std::move(cb));
152 TensorResponse resp_; member in class:tensorflow::__anon39544::RpcRecvTensorCall

Completed in 89 milliseconds