12 references to FlattenedLength
System.Numerics.Tensors (12)
System\Numerics\Tensors\netcore\Tensor.cs (8)
1587nint tempTotal = tensor.FlattenedLength; 1600if (tempLinear != tensor.FlattenedLength) 1786return tensor.FlattenedLength == other.FlattenedLength 1798return tensor.FlattenedLength == other.FlattenedLength 1855nint totalToCopy = tensor.FlattenedLength / splitCount; 3027T flattenedLength = T.CreateChecked(x.FlattenedLength); 5298T variance = result / T.CreateChecked(x.FlattenedLength);
System\Numerics\Tensors\netcore\TensorOperation.cs (3)
68for (nint i = 0; i < x.FlattenedLength; i++) 181for (nint i = 0; i < x.FlattenedLength; i++) 304for (nint i = 0; i < x.FlattenedLength; i++)
System\Numerics\Tensors\netcore\TensorSpanDebugView.cs (1)
23_array = new T[span.FlattenedLength];