Skip to content

Commit 1d5f112

Browse files
committed
Shape: made IsBroadcasted public (needed for TF.NET)
1 parent 6c74459 commit 1d5f112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NumSharp.Core/View/Shape.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public bool IsRecursive
5050
/// <summary>
5151
/// Is this shape a broadcast and/or has modified strides?
5252
/// </summary>
53-
internal bool IsBroadcasted => BroadcastInfo != null;
53+
public bool IsBroadcasted => BroadcastInfo != null;
5454

5555
/// <summary>
5656
/// Is this shape a scalar? (<see cref="NDim"/>==0 && <see cref="size"/> == 1)

0 commit comments

Comments
 (0)