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
You create instances bound to a graph, add inputs, attributes and so on, and when you are done
296
-
you can call the FinishOperation method that will turn this TFOperationDesc into a <ahref="../TensorFlow/TFOperation.html">TensorFlow.TFOperation</a>.
296
+
you can call the <ahref="../TensorFlow/TFOperationDesc.html#M:TensorFlow.TFOperationDesc.FinishOperation(TensorFlow.TFStatus)">TFOperationDesc.FinishOperation(TFStatus)</a> method that will turn this TFOperationDesc
297
+
into a <ahref="../TensorFlow/TFOperation.html">TensorFlow.TFOperation</a>.
</b>(<ahref="../TensorFlow/TFStatus.html">TFStatus</a>)<nobr> : <ahref="../TensorFlow/TFOperation.html">TFOperation</a></nobr><blockquote><spanclass="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
787
-
</dd>
788
+
<dd>Optional status, on failure the operation is not added to the graph. If you pass null (the default), this operation throws on error conditions.</dd>
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
793
-
</blockquote>
792
+
<blockquoteclass="SubsectionBox" id="M:TensorFlow.TFOperationDesc.FinishOperation(TensorFlow.TFStatus):Returns">The operation on success, or null on error.</blockquote>
<spanclass="NotEntered">Documentation for this section has not yet been entered.</span>
331
-
</div>
331
+
<divclass="SectionBox" id="M:TensorFlow.TFScope.Dispose():Remarks">Call <ahref="../TensorFlow/TFScope.html#M:TensorFlow.TFScope.Dispose">TFScope.Dispose</a> when you are finished using the <ahref="../TensorFlow/TFScope.html">TensorFlow.TFScope</a>
332
+
to restore the previous name scope in use in the <ahref="../TensorFlow/TFGraph.html">TensorFlow.TFGraph</a>.
0 commit comments