14 references to CalculateTotalLength
System.Numerics.Tensors (14)
System\Numerics\Tensors\netcore\Tensor.cs (5)
69
_flattenedLength = TensorSpanHelpers.
CalculateTotalLength
(_lengths);
97
nint linearLength = TensorSpanHelpers.
CalculateTotalLength
(lengths);
110
nint linearLength = TensorSpanHelpers.
CalculateTotalLength
(lengths);
122
nint linearLength = TensorSpanHelpers.
CalculateTotalLength
(lengths);
135
nint linearLength = TensorSpanHelpers.
CalculateTotalLength
(lengths);
System\Numerics\Tensors\netcore\TensorExtensions.cs (8)
155
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(shape);
198
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(shape);
241
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(lengths);
2759
nint tempLinear = TensorSpanHelpers.
CalculateTotalLength
(arrLengths);
2827
nint tempLinear = TensorSpanHelpers.
CalculateTotalLength
(arrLengths);
2898
nint tempLinear = TensorSpanHelpers.
CalculateTotalLength
(arrLengths);
2942
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(lengths);
6850
nint newLength = TensorSpanHelpers.
CalculateTotalLength
(newLengths);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
62
public nint FlattenedLength => TensorSpanHelpers.
CalculateTotalLength
(Lengths);