2 writes to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
316
_linearLength
= minimumLinearLength;
354
_linearLength
= linearLength;
2 references to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
376
public nint LinearLength =>
_linearLength
;
1224
Debug.Assert(minimumLinearLength <=
_linearLength
);