1 write to _span
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
477_span = span;
6 references to _span
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (6)
487public readonly ref readonly T Current => ref Unsafe.Add(ref _span._reference, _linearOffset); 492if (_itemsEnumerated == _span._shape.FlattenedLength) 497_linearOffset = _span._shape.AdjustToNextIndex(_span._shape, _linearOffset, _indexes); 509_linearOffset = 0 - (!_span.IsEmpty ? _span.Strides[^1] : 0);