We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7f4e1 commit 58de537Copy full SHA for 58de537
src/TensorFlowNET.Core/Sessions/BaseSession.cs
@@ -30,6 +30,7 @@ public BaseSession(SafeSessionHandle handle, Graph g)
30
{
31
_handle = handle;
32
_graph = g ?? ops.get_default_graph();
33
+ _status = tf.Status;
34
}
35
36
public BaseSession(string target = "", Graph g = null, ConfigProto config = null, Status status = null)
0 commit comments