Skip to content

Commit 974b253

Browse files
committed
update by comment
1 parent 9eaf445 commit 974b253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/operators/detail/send_recv.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ service SendRecvService {
2121
rpc SendVariable(VariableMessage) returns (VoidMessage) {}
2222
// Argument VariableMessage for GetVariable should only contain varname.
2323
rpc GetVariable(VariableMessage) returns (VariableMessage) {}
24-
// Look up table block execution output variable name.
24+
// pre-fetch variable by given variable name and Ids
2525
rpc PrefetchVariable(VariableMessage) returns (VariableMessage) {}
2626
}
2727

@@ -67,7 +67,7 @@ message VariableMessage {
6767
bytes serialized = 8;
6868
// selected_rows data
6969
bytes rows = 9;
70-
// prefetch var name
70+
// Look up table block execution output variable name.
7171
string out_varname = 10;
7272
}
7373

0 commit comments

Comments
 (0)