Searched refs:parsed_key_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sendrecv_ops.cc | 70 GetRendezvousKey(key_prefix_, {0, 0}, &parsed_key_.buf_); in SendOp() 71 OP_REQUIRES_OK(ctx, Rendezvous::ParseKey(parsed_key_.buf_, &parsed_key_)); in SendOp() 93 VLOG(2) << "Send " << parsed_key_.buf_; in Compute() 94 ctx->SetStatus(ctx->rendezvous()->Send(parsed_key_, args, ctx->input(0), in Compute() 138 GetRendezvousKey(key_prefix_, {0, 0}, &parsed_key_.buf_); in RecvOp() 139 OP_REQUIRES_OK(ctx, Rendezvous::ParseKey(parsed_key_.buf_, &parsed_key_)); in RecvOp() 182 VLOG(2) << "Recv " << parsed_key_.buf_; in ComputeAsync() 183 ctx->rendezvous()->RecvAsync(parsed_key_, args, in ComputeAsync()
|
D | sendrecv_ops.h | 31 Rendezvous::ParsedKey parsed_key_; variable 44 Rendezvous::ParsedKey parsed_key_; variable
|