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

Definition

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

Parameters

destination

Span<IntPtr>

Span<nativeint>

Implements

Applies to