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)
385
return ((ReadOnlySpan<nint>)_inlineLengths)[..
_rank
];
402
return ((ReadOnlySpan<int>)_inlineLinearRankOrder)[..
_rank
];
415
public int Rank =>
_rank
;
424
return ((ReadOnlySpan<nint>)_inlineStrides)[..
_rank
];