2 writes to _rank
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
318_rank = rank; 360_rank = rank;
4 references to _rank
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorShape.cs (4)
385return ((ReadOnlySpan<nint>)_inlineLengths)[.._rank]; 402return ((ReadOnlySpan<int>)_inlineLinearRankOrder)[.._rank]; 415public int Rank => _rank; 424return ((ReadOnlySpan<nint>)_inlineStrides)[.._rank];