2 writes to _flattenedLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
275
_flattenedLength
= flattenedLength;
307
_flattenedLength
= flattenedLength;
2 references to _flattenedLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
319
public nint FlattenedLength =>
_flattenedLength
;
327
public bool IsEmpty =>
_flattenedLength
== 0;