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)
372public nint FlattenedLength => _flattenedLength; 374public bool IsEmpty => _flattenedLength == 0;