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)
340
return ((ReadOnlySpan<nint>)_inlineLengths)[..
_rank
];
350
public int Rank =>
_rank
;
359
return ((ReadOnlySpan<nint>)_inlineStrides)[..
_rank
];