You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code snippet will use an uninitialized variable. AsyncGetVariable only need the variable name to fetch the variable from parameter server, then initialized it by the return value of theAsyncGetVariable call.
auto*var=scope.FindVar(var_name);
SerializeToMessage(var_name, var, ctx, &req);
The text was updated successfully, but these errors were encountered:
The following code snippet will use an uninitialized variable.
AsyncGetVariable
only need the variable name to fetch the variable from parameter server, then initialized it by the return value of theAsyncGetVariable
call.The text was updated successfully, but these errors were encountered: