We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b9c08 commit f89de70Copy full SHA for f89de70
1 file changed
src/NumSharp.Core/Backends/NDArray.Unmanaged.cs
@@ -71,12 +71,6 @@ internal IArraySlice Array
71
/// </summary>
72
public UnmanagedStorage Storage => _this.Storage;
73
74
- /// <summary>
75
- /// Provides access to the internal <see cref="Shape"/>.
76
- /// </summary>
77
- [Obsolete("Please use nd.Shape directly instead of nd.Unsafe.Shape, will be removed in 0.21.0")]
78
- public Shape Shape => _this.Storage.Shape;
79
-
80
/// A Span representing this slice.
81
/// <remarks>Does not perform copy.</remarks>
82
public Span<T> AsSpan<T>()
0 commit comments