2 writes to _rank
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
316_rank = rank; 358_rank = rank;
4 references to _rank
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorShape.cs (4)
383return ((ReadOnlySpan<nint>)_inlineLengths)[.._rank]; 400return ((ReadOnlySpan<int>)_inlineLinearRankOrder)[.._rank]; 413public int Rank => _rank; 422return ((ReadOnlySpan<nint>)_inlineStrides)[.._rank];