2 writes to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
271
_linearLength
= minimumLinearLength;
303
_linearLength
= linearLength;
2 references to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
326
public nint LinearLength =>
_linearLength
;
1187
Debug.Assert(minimumLinearLength <=
_linearLength
);