Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr.cc57 class RpcRecvTensorCall : public BaseRecvTensorCall { class
59 RpcRecvTensorCall() : wi_(nullptr), dst_device_(nullptr) {} in RpcRecvTensorCall() function in tensorflow::__anon9a114d310111::RpcRecvTensorCall
93 ~RpcRecvTensorCall() override { in ~RpcRecvTensorCall()
168 TF_DISALLOW_COPY_AND_ASSIGN(RpcRecvTensorCall);
180 RpcRecvTensorCall* New() { in New()
184 RpcRecvTensorCall* result = objects_.back(); in New()
189 return new RpcRecvTensorCall; in New()
192 void Release(RpcRecvTensorCall* obj) { in Release()
208 std::vector<RpcRecvTensorCall*> objects_ GUARDED_BY(mu_);
223 RpcRecvTensorCall* call = get_call_freelist()->New(); in RecvFromRemoteAsync()