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.cc58 class RpcRecvTensorCall : public BaseRecvTensorCall { class
60 RpcRecvTensorCall() : wi_(nullptr), dst_device_(nullptr) {} in RpcRecvTensorCall() function in tensorflow::__anona9090a8f0111::RpcRecvTensorCall
94 ~RpcRecvTensorCall() override { in ~RpcRecvTensorCall()
185 TF_DISALLOW_COPY_AND_ASSIGN(RpcRecvTensorCall);
197 RpcRecvTensorCall* New() { in New()
201 RpcRecvTensorCall* result = objects_.back(); in New()
206 return new RpcRecvTensorCall; in New()
209 void Release(RpcRecvTensorCall* obj) { in Release()
225 std::vector<RpcRecvTensorCall*> objects_ TF_GUARDED_BY(mu_);
240 RpcRecvTensorCall* call = get_call_freelist()->New(); in RecvFromRemoteAsync()