Tensor<T>.IReadOnlyTensor<Tensor<T>,T>.GetStrides Method

Definition

 virtual void System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.GetStrides(Span<IntPtr> destination) = System::Numerics::Tensors::IReadOnlyTensor<System::Numerics::Tensors::Tensor<T> ^, T>::GetStrides;
void IReadOnlyTensor<Tensor<T>,T>.GetStrides (scoped Span<IntPtr> destination);
abstract member System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.GetStrides : Span<nativeint> -> unit
override this.System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.GetStrides : Span<nativeint> -> unit
Sub GetStrides (destination As Span(Of IntPtr)) Implements IReadOnlyTensor(Of Tensor(Of T), T).GetStrides

Parameters

destination

Span<IntPtr>

Span<nativeint>

Implements

Applies to