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
/// <param name="trainable">If true, this add the variable to the graph's TrainableVariables, this collection is intended to be used by the Optimizer classes.</param>
/// <returns>The returning TFOutput returns the handle to the variable.</returns>
210
+
/// <returns>The returning TFOutput returns the handle to the variable, this is a VarHandleOp, if you want to read it, create a ReadVariableOp on result.</returns>
211
211
/// <remarks>
212
212
/// Variables need to be initialized before the main execution so you will typically want to
213
213
/// run the session on the variable.
@@ -221,10 +221,10 @@ public TFOutput Variable (TFOutput initialValue, bool trainable = true, string o
0 commit comments