11 references to FlattenedLength
System.Numerics.Tensors (11)
System\Numerics\Tensors\netcore\Tensor.cs (3)
1527nint tempTotal = tensor.FlattenedLength; 1540if (tempLinear != tensor.FlattenedLength) 1803return tensor.FlattenedLength == other.FlattenedLength
System\Numerics\Tensors\netcore\TensorOperation.cs (7)
18for (nint i = 0; i < x.FlattenedLength; i++) 94for (nint i = 0; i < destination.FlattenedLength; i++) 112for (nint i = 0; i < destination.FlattenedLength; i++) 140for (nint i = 0; i < destination.FlattenedLength; i++) 201for (nint i = 0; i < destination.FlattenedLength; i++) 261for (nint i = 0; i < destination.FlattenedLength; i++) 283for (nint i = 0; i < destination.FlattenedLength; i++)
System\Numerics\Tensors\netcore\TensorSpanDebugView.cs (1)
17_array = new T[span.FlattenedLength];