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 0dd0e4b commit 18b078dCopy full SHA for 18b078d
src/TensorFlowNET.Core/APIs/tf.graph.cs
@@ -24,6 +24,9 @@ public partial class tensorflow
24
25
public GraphKeys GraphKeys { get; } = new GraphKeys();
26
27
+ public void reset_default_graph()
28
+ => ops.reset_default_graph();
29
+
30
public Graph get_default_graph()
31
{
32
return ops.get_default_graph();
0 commit comments