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
Renames `node_name_` to `output_name_`
For the save_to decorator. Since I think output is more consistent
with our language. We really have not been consistent in the driver/code
base at all. Choosing `output` because the `.execute()` function requests
final_vars and is documented as the `outputs` one wants. Thus I think
reading `output_name_` will help people identify that this is what they
would use if they wanted to get the results out.