Browse Source

reset_default_graph

tags/v0.13
Oceania2018 5 years ago
parent
commit
18b078d29e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/TensorFlowNET.Core/APIs/tf.graph.cs

+ 3
- 0
src/TensorFlowNET.Core/APIs/tf.graph.cs View File

@@ -24,6 +24,9 @@ namespace Tensorflow


public GraphKeys GraphKeys { get; } = new GraphKeys(); public GraphKeys GraphKeys { get; } = new GraphKeys();


public void reset_default_graph()
=> ops.reset_default_graph();

public Graph get_default_graph() public Graph get_default_graph()
{ {
return ops.get_default_graph(); return ops.get_default_graph();


Loading…
Cancel
Save