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
Mark SafeHandle interop constructors private
pull/566/head
Sam Harwell
5 years ago
parent
2602fb95f7
commit
80f51ced4e
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TensorFlowNET.Core/Eager/SafeContextHandle.cs
+1
-1
src/TensorFlowNET.Core/Eager/SafeContextOptionsHandle.cs
+1
-1
src/TensorFlowNET.Core/Graphs/SafeImportGraphDefOptionsHandle.cs
+1
-1
src/TensorFlowNET.Core/Sessions/SafeSessionOptionsHandle.cs
+1
-1
src/TensorFlowNET.Core/Status/SafeStatusHandle.cs
+ 1
- 1
src/TensorFlowNET.Core/Eager/SafeContextHandle.cs
View File
@@ -21,7 +21,7 @@ namespace Tensorflow.Eager
{
public sealed class SafeContextHandle : SafeTensorflowHandle
{
p
ublic
SafeContextHandle()
p
rivate
SafeContextHandle()
{
}
+ 1
- 1
src/TensorFlowNET.Core/Eager/SafeContextOptionsHandle.cs
View File
@@ -21,7 +21,7 @@ namespace Tensorflow.Eager
{
public sealed class SafeContextOptionsHandle : SafeTensorflowHandle
{
p
ublic
SafeContextOptionsHandle()
p
rivate
SafeContextOptionsHandle()
{
}
+ 1
- 1
src/TensorFlowNET.Core/Graphs/SafeImportGraphDefOptionsHandle.cs
View File
@@ -21,7 +21,7 @@ namespace Tensorflow
{
public sealed class SafeImportGraphDefOptionsHandle : SafeTensorflowHandle
{
p
ublic
SafeImportGraphDefOptionsHandle()
p
rivate
SafeImportGraphDefOptionsHandle()
{
}
+ 1
- 1
src/TensorFlowNET.Core/Sessions/SafeSessionOptionsHandle.cs
View File
@@ -21,7 +21,7 @@ namespace Tensorflow
{
public sealed class SafeSessionOptionsHandle : SafeTensorflowHandle
{
p
ublic
SafeSessionOptionsHandle()
p
rivate
SafeSessionOptionsHandle()
{
}
+ 1
- 1
src/TensorFlowNET.Core/Status/SafeStatusHandle.cs
View File
@@ -21,7 +21,7 @@ namespace Tensorflow
{
public sealed class SafeStatusHandle : SafeTensorflowHandle
{
p
ublic
SafeStatusHandle()
p
rivate
SafeStatusHandle()
{
}
Write
Preview
Loading…
Cancel
Save