This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
reset_default_graph
tags/v0.13
Oceania2018
5 years ago
parent
0dd0e4b71e
commit
18b078d29e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 void reset_default_graph()
=> ops.reset_default_graph();
public Graph get_default_graph()
{
return ops.get_default_graph();
Write
Preview
Loading…
Cancel
Save