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
remove ScopedTFGraph destructor. no carsh occurs any more.
tags/v0.12
Oceania2018
6 years ago
parent
0d6b287955
commit
03c1637748
2 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
src/TensorFlowNET.Core/Framework/Models/ScopedTFGraph.cs
+0
-1
src/TensorFlowNET.Core/Graphs/Graph.cs
+ 0
- 5
src/TensorFlowNET.Core/Framework/Models/ScopedTFGraph.cs
View File
@@ -6,10 +6,5 @@
{
}
~ScopedTFGraph()
{
base.Dispose();
}
}
}
+ 0
- 1
src/TensorFlowNET.Core/Graphs/Graph.cs
View File
@@ -445,7 +445,6 @@ namespace Tensorflow
protected override void DisposeUnManagedState(IntPtr handle)
{
Console.WriteLine($"Destroy graph {handle}");
c_api.TF_DeleteGraph(handle);
}
Write
Preview
Loading…
Cancel
Save