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