This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
merge
pull/989/head
Haiping Chen
2 years ago
parent
1875d4141d
3dafbf04e9
commit
18f0fedeb3
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
src/TensorFlowNET.Core/Checkpoint/CheckpointReader.cs
+ 2
- 4
src/TensorFlowNET.Core/Checkpoint/CheckpointReader.cs
View File
@@ -15,10 +15,8 @@ namespace Tensorflow.Checkpoint
protected override bool ReleaseHandle()
{
//if (handle != IntPtr.Zero)
//{
// c_api.TF_DeleteCheckpointReader(this);
//}
c_api.TF_DeleteCheckpointReader(handle);
SetHandle(IntPtr.Zero);
return true;
}
}
Write
Preview
Loading…
Cancel
Save