2 writes to _flattenedLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
315
_flattenedLength
= flattenedLength;
353
_flattenedLength
= flattenedLength;
2 references to _flattenedLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
372
public nint FlattenedLength =>
_flattenedLength
;
374
public bool IsEmpty =>
_flattenedLength
== 0;