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