From 974b253e3af553dff11d5c442e3222207bf44d3d Mon Sep 17 00:00:00 2001 From: Yancey1989 Date: Sun, 8 Apr 2018 17:11:31 +0800 Subject: [PATCH] update by comment --- paddle/fluid/operators/detail/send_recv.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle/fluid/operators/detail/send_recv.proto b/paddle/fluid/operators/detail/send_recv.proto index 0616c1ae1c9..02bb2b9cebb 100644 --- a/paddle/fluid/operators/detail/send_recv.proto +++ b/paddle/fluid/operators/detail/send_recv.proto @@ -21,7 +21,7 @@ service SendRecvService { rpc SendVariable(VariableMessage) returns (VoidMessage) {} // Argument VariableMessage for GetVariable should only contain varname. rpc GetVariable(VariableMessage) returns (VariableMessage) {} - // Look up table block execution output variable name. + // pre-fetch variable by given variable name and Ids rpc PrefetchVariable(VariableMessage) returns (VariableMessage) {} } @@ -67,7 +67,7 @@ message VariableMessage { bytes serialized = 8; // selected_rows data bytes rows = 9; - // prefetch var name + // Look up table block execution output variable name. string out_varname = 10; } -- GitLab