2 writes to _rank
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
278_rank = rank; 313_rank = rank;
3 references to _rank
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorShape.cs (3)
340return ((ReadOnlySpan<nint>)_inlineLengths)[.._rank]; 350public int Rank => _rank; 359return ((ReadOnlySpan<nint>)_inlineStrides)[.._rank];