Edit

Share via


Tensor.GetSmallestBroadcastableLengths Method

Definition

public:
 static cli::array <IntPtr> ^ GetSmallestBroadcastableLengths(ReadOnlySpan<IntPtr> shape1, ReadOnlySpan<IntPtr> shape2);
public static IntPtr[] GetSmallestBroadcastableLengths (ReadOnlySpan<IntPtr> shape1, ReadOnlySpan<IntPtr> shape2);
static member GetSmallestBroadcastableLengths : ReadOnlySpan<nativeint> * ReadOnlySpan<nativeint> -> nativeint[]
Public Function GetSmallestBroadcastableLengths (shape1 As ReadOnlySpan(Of IntPtr), shape2 As ReadOnlySpan(Of IntPtr)) As IntPtr()

Parameters

shape1

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

shape2

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Returns

IntPtr[]

nativeint[]

Applies to