1 write to _span
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan.cs (1)
467_span = span;
7 references to _span
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan.cs (7)
469_curIndexes = new nint[_span.Rank]; 470_curIndexes[_span.Rank - 1] = -1; 477TensorSpanHelpers.AdjustIndexes(_span.Rank - 1, 1, _curIndexes, _span.Lengths); 479if (_items < _span.FlattenedLength) 482return _items < _span.FlattenedLength; 489get => ref _span[_curIndexes];