Skip to content

Commit cebc8b4

Browse files
committed
Binding: Added None
1 parent 0ad0fdb commit cebc8b4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/TensorFlowNET.Core/Binding.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ namespace Tensorflow
77
public static partial class Binding
88
{
99
public static tensorflow tf { get; } = New<tensorflow>();
10+
11+
/// <summary>
12+
/// Alias to null, similar to python's None.
13+
/// </summary>
14+
public static readonly object None = null;
1015
}
1116
}

0 commit comments

Comments
 (0)