TensorDimensionSpan<T> 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.
Represents the slices that exist within a dimension of a tensor span.
generic <typename T>
public value class TensorDimensionSpanpublic readonly ref struct TensorDimensionSpan<T>type TensorDimensionSpan<'T> = structPublic Structure TensorDimensionSpan(Of T)Type Parameters
- T
The type of the elements within the tensor span.
- Inheritance
Properties
| IsDense | Gets  | 
| Item[IntPtr] | Gets the tensor span representing a slice of the tracked dimension using the specified index. | 
| Length | Gets the length of the tensor dimension span. | 
Methods
| GetEnumerator() | Gets an enumerator for the readonly tensor dimension span. | 
Operators
| Implicit(TensorDimensionSpan<T> to ReadOnlyTensorDimensionSpan<T>) | Defines an implicit conversion of a tensor dimension span to a readonly tensor dimension span. |