We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eaf445 commit 974b253Copy full SHA for 974b253
paddle/fluid/operators/detail/send_recv.proto
@@ -21,7 +21,7 @@ service SendRecvService {
21
rpc SendVariable(VariableMessage) returns (VoidMessage) {}
22
// Argument VariableMessage for GetVariable should only contain varname.
23
rpc GetVariable(VariableMessage) returns (VariableMessage) {}
24
- // Look up table block execution output variable name.
+ // pre-fetch variable by given variable name and Ids
25
rpc PrefetchVariable(VariableMessage) returns (VariableMessage) {}
26
}
27
@@ -67,7 +67,7 @@ message VariableMessage {
67
bytes serialized = 8;
68
// selected_rows data
69
bytes rows = 9;
70
- // prefetch var name
+ // Look up table block execution output variable name.
71
string out_varname = 10;
72
73
0 commit comments