Επεξεργασία

Κοινή χρήση μέσω


Tensor<T>.Strides Property

Definition

Gets the strides of each dimension in this Tensor<T>.

public:
 property ReadOnlySpan<IntPtr> Strides { ReadOnlySpan<IntPtr> get(); };
public ReadOnlySpan<IntPtr> Strides { get; }
member this.Strides : ReadOnlySpan<nativeint>
Public ReadOnly Property Strides As ReadOnlySpan(Of IntPtr)

Property Value

ReadOnlySpan<T> with the strides of each dimension.

Implements

Applies to