We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3705dda + 58de537 commit 945744bCopy full SHA for 945744b
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