2 writes to _rank
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
273_rank = rank; 308_rank = rank;
3 references to _rank
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorShape.cs (3)
335return ((ReadOnlySpan<nint>)_inlineLengths)[.._rank]; 345public int Rank => _rank; 354return ((ReadOnlySpan<nint>)_inlineStrides)[.._rank];