Edit

Share via


Tensor<T>.IReadOnlyTensor<Tensor<T>,T>.Strides Property

Definition

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

property ReadOnlySpan<IntPtr> System::Numerics::Tensors::IReadOnlyTensor<System::Numerics::Tensors::Tensor<T>,T>::Strides { ReadOnlySpan<IntPtr> get(); };
ReadOnlySpan<IntPtr> System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.Strides { get; }
member this.System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.Strides : ReadOnlySpan<nativeint>
 ReadOnly Property Strides As ReadOnlySpan(Of IntPtr) Implements IReadOnlyTensor(Of Tensor(Of T), T).Strides

Property Value

ReadOnlySpan<T> with the strides of each dimension.

Implements

Applies to