Browse Source

Removed unnecessary doc

tags/v0.12
Eli Belash 6 years ago
parent
commit
db5cbd3848
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/TensorFlowNET.Core/Tensors/TensorShape.cs

+ 0
- 3
src/TensorFlowNET.Core/Tensors/TensorShape.cs View File

@@ -55,9 +55,6 @@ namespace Tensorflow
} }
} }


/// <summary>
/// An overload that can accept <see cref="Binding.None"/>.
/// </summary>
public TensorShape(params object[] dims) public TensorShape(params object[] dims)
{ {
var intdims = new int[dims.Length]; var intdims = new int[dims.Length];


Loading…
Cancel
Save