TensorDimensionSpan<T>.Item[IntPtr] Property
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.
Gets the tensor span representing a slice of the tracked dimension using the specified index.
public:
property System::Numerics::Tensors::TensorSpan<T> default[IntPtr] { System::Numerics::Tensors::TensorSpan<T> get(IntPtr index); };
public System.Numerics.Tensors.TensorSpan<T> this[IntPtr index] { get; }
member this.Item(nativeint) : System.Numerics.Tensors.TensorSpan<'T>
Default Public ReadOnly Property Item(index As IntPtr) As TensorSpan(Of T)
Parameters
- index
-
IntPtr
nativeint
The index of the tensor span slice to retrieve within the tracked dimension.
Property Value
The tensor span representing a slice of the tracked dimension using index
.