2 writes to _flattenedLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
270
_flattenedLength
= flattenedLength;
302
_flattenedLength
= flattenedLength;
2 references to _flattenedLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
314
public nint FlattenedLength =>
_flattenedLength
;
322
public bool IsEmpty =>
_flattenedLength
== 0;