From 6ee900438cb0e25b082f7ab54f677b07ce812ebd Mon Sep 17 00:00:00 2001 From: Bairen Yi Date: Sun, 7 May 2017 14:21:37 +0800 Subject: [PATCH] fix doc (#9733) --- tensorflow/core/distributed_runtime/rpc/grpc_tensor_coding.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/distributed_runtime/rpc/grpc_tensor_coding.cc b/tensorflow/core/distributed_runtime/rpc/grpc_tensor_coding.cc index ba206890ce8..90e311a4930 100644 --- a/tensorflow/core/distributed_runtime/rpc/grpc_tensor_coding.cc +++ b/tensorflow/core/distributed_runtime/rpc/grpc_tensor_coding.cc @@ -166,7 +166,7 @@ void EncodeTensorToByteBuffer(bool is_dead, const Tensor& val, (e_skeleton.size() + VarLengthEncodingSize(TensorProto::kTensorContentFieldNumber, tdata.size())); - string header; // All of RecvTensorRequest except the tensor() field + string header; // All of RecvTensorResponse except the tensor() field response.AppendToString(&header); size_t expected_size =