We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31716d7 commit 3bd46eeCopy full SHA for 3bd46ee
src/NumSharp.Core/Backends/NDArray.Unmanaged.cs
@@ -71,6 +71,11 @@ 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
+ public Shape Shape => _this.Storage.Shape;
78
+
79
/// A Span representing this slice.
80
/// <remarks>Does not perform copy.</remarks>
81
public Span<T> AsSpan<T>()
0 commit comments