We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0484aab commit 60fafc7Copy full SHA for 60fafc7
1 file changed
src/TensorFlowNET.Core/Sessions/BaseSession.cs
@@ -25,6 +25,7 @@ public BaseSession(string target = "", Graph graph = null)
25
else
26
{
27
_graph = graph;
28
+
29
}
30
31
_target = UTF8Encoding.UTF8.GetBytes(target);
0 commit comments