1 write to _curIndexes
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
479
_curIndexes
= new nint[_span.Rank];
3 references to _curIndexes
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorSpan.cs (3)
481
_curIndexes
[_span.Rank - 1] = -1;
488
TensorSpanHelpers.AdjustIndexes(_span.Rank - 1, 1,
_curIndexes
, _span.Lengths);
500
get => ref _span[
_curIndexes
];