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
Binding: Added None
tags/v0.12
Eli Belash
6 years ago
parent
0ad0fdbae7
commit
cebc8b4bf5
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/TensorFlowNET.Core/Binding.cs
+ 5
- 0
src/TensorFlowNET.Core/Binding.cs
View File
@@ -7,5 +7,10 @@ namespace Tensorflow
public static partial class Binding
{
public static tensorflow tf { get; } = New<tensorflow>();
/// <summary>
/// Alias to null, similar to python's None.
/// </summary>
public static readonly object None = null;
}
}
Write
Preview
Loading…
Cancel
Save