Share via


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

Definition

Overloads

IReadOnlyTensor<Tensor<T>,T>.GetSpan(ReadOnlySpan<IntPtr>, Int32)

Source:
Tensor_1.cs
 virtual ReadOnlySpan<T> System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.GetSpan(ReadOnlySpan<IntPtr> startIndexes, int length) = System::Numerics::Tensors::IReadOnlyTensor<System::Numerics::Tensors::Tensor<T> ^, T>::GetSpan;
ReadOnlySpan<T> IReadOnlyTensor<Tensor<T>,T>.GetSpan(scoped ReadOnlySpan<IntPtr> startIndexes, int length);
abstract member System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.GetSpan : ReadOnlySpan<nativeint> * int -> ReadOnlySpan<'T>
override this.System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.GetSpan : ReadOnlySpan<nativeint> * int -> ReadOnlySpan<'T>
Function GetSpan (startIndexes As ReadOnlySpan(Of IntPtr), length As Integer) As ReadOnlySpan(Of T) Implements IReadOnlyTensor(Of Tensor(Of T), T).GetSpan

Parameters

startIndexes

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

length
Int32

Returns

Implements

Applies to

IReadOnlyTensor<Tensor<T>,T>.GetSpan(ReadOnlySpan<NIndex>, Int32)

Source:
Tensor_1.cs
 virtual ReadOnlySpan<T> System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.GetSpan(ReadOnlySpan<System::Buffers::NIndex> startIndexes, int length) = System::Numerics::Tensors::IReadOnlyTensor<System::Numerics::Tensors::Tensor<T> ^, T>::GetSpan;
ReadOnlySpan<T> IReadOnlyTensor<Tensor<T>,T>.GetSpan(scoped ReadOnlySpan<System.Buffers.NIndex> startIndexes, int length);
abstract member System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.GetSpan : ReadOnlySpan<System.Buffers.NIndex> * int -> ReadOnlySpan<'T>
override this.System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.GetSpan : ReadOnlySpan<System.Buffers.NIndex> * int -> ReadOnlySpan<'T>
Function GetSpan (startIndexes As ReadOnlySpan(Of NIndex), length As Integer) As ReadOnlySpan(Of T) Implements IReadOnlyTensor(Of Tensor(Of T), T).GetSpan

Parameters

startIndexes
ReadOnlySpan<NIndex>
length
Int32

Returns

Implements

Applies to