TensorDimensionSpan<T>.Enumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the spans of a tensor dimension span.
public: value class TensorDimensionSpan<T>::Enumerator : System::Collections::Generic::IEnumerator<System::Numerics::Tensors::TensorSpan<T>>
public: value class TensorDimensionSpan<T>::Enumerator
public ref struct TensorDimensionSpan<T>.Enumerator : System.Collections.Generic.IEnumerator<System.Numerics.Tensors.TensorSpan<T>>
public ref struct TensorDimensionSpan<T>.Enumerator
type TensorDimensionSpan<'T>.Enumerator = struct
interface IEnumerator<TensorSpan<'T>>
interface IEnumerator
interface IDisposable
type TensorDimensionSpan<'T>.Enumerator = struct
Public Structure TensorDimensionSpan(Of T).Enumerator
Implements IEnumerator(Of TensorSpan(Of T))
Public Structure TensorDimensionSpan(Of T).Enumerator
Type Parameters
- T
- Inheritance
- Implements
Properties
Current |
Gets the span at the current position of the enumerator. |
Methods
MoveNext() |
Advances the enumerator to the next element of the tensor span. |
Reset() |
Sets the enumerator to its initial position, which is before the first element in the tensor span. |
Explicit Interface Implementations
IDisposable.Dispose() | |
IEnumerator.Current |