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