1 write to _curIndexes
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan.cs (1)
486
_curIndexes
= new nint[_span.Rank];
3 references to _curIndexes
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan.cs (3)
487
_curIndexes
[_span.Rank - 1] = -1;
494
TensorSpanHelpers.AdjustIndexes(_span.Rank - 1, 1,
_curIndexes
, _span.Lengths);
506
get => ref _span[
_curIndexes
];