Rediger

Del via


TensorSpan<T>.Enumerator Struct

Definition

Enumerates the elements of a TensorSpan<T>.

public: value class TensorSpan<T>::Enumerator
public ref struct TensorSpan<T>.Enumerator
type TensorSpan<'T>.Enumerator = struct
Public Structure TensorSpan(Of T).Enumerator

Type Parameters

T
Inheritance
TensorSpan<T>.Enumerator

Properties

Current

Gets the element at the current position of the enumerator.

Methods

MoveNext()

Advances the enumerator to the next element of the span.

Applies to