update by comment

fea/docker_cudnn7
Yancey1989 7 years ago
parent 9eaf445809
commit 974b253e3a

@ -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;
}

Loading…
Cancel
Save