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 6c74459 commit 1d5f112Copy full SHA for 1d5f112
src/NumSharp.Core/View/Shape.cs
@@ -50,7 +50,7 @@ public bool IsRecursive
50
/// <summary>
51
/// Is this shape a broadcast and/or has modified strides?
52
/// </summary>
53
- internal bool IsBroadcasted => BroadcastInfo != null;
+ public bool IsBroadcasted => BroadcastInfo != null;
54
55
56
/// Is this shape a scalar? (<see cref="NDim"/>==0 && <see cref="size"/> == 1)
0 commit comments