We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad0fdb commit cebc8b4Copy full SHA for cebc8b4
1 file changed
src/TensorFlowNET.Core/Binding.cs
@@ -7,5 +7,10 @@ namespace Tensorflow
7
public static partial class Binding
8
{
9
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;
15
}
16
0 commit comments