10 references to CalculateTotalLength
System.Numerics.Tensors (10)
System\Numerics\Tensors\netcore\Tensor.cs (1)
75
_flattenedLength = TensorSpanHelpers.
CalculateTotalLength
(_lengths);
System\Numerics\Tensors\netcore\TensorExtensions.cs (8)
140
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(shape);
183
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(shape);
226
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(lengths);
2744
nint tempLinear = TensorSpanHelpers.
CalculateTotalLength
(arrLengths);
2812
nint tempLinear = TensorSpanHelpers.
CalculateTotalLength
(arrLengths);
2883
nint tempLinear = TensorSpanHelpers.
CalculateTotalLength
(arrLengths);
2927
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(lengths);
6901
nint newLength = TensorSpanHelpers.
CalculateTotalLength
(newLengths);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
62
public nint FlattenedLength => TensorSpanHelpers.
CalculateTotalLength
(Lengths);