10 references to CalculateTotalLength
System.Numerics.Tensors (10)
System\Numerics\Tensors\netcore\Tensor.cs (1)
68
_flattenedLength = TensorSpanHelpers.
CalculateTotalLength
(_lengths);
System\Numerics\Tensors\netcore\TensorExtensions.cs (8)
154
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(shape);
197
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(shape);
240
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(lengths);
2758
nint tempLinear = TensorSpanHelpers.
CalculateTotalLength
(arrLengths);
2826
nint tempLinear = TensorSpanHelpers.
CalculateTotalLength
(arrLengths);
2897
nint tempLinear = TensorSpanHelpers.
CalculateTotalLength
(arrLengths);
2941
nint newSize = TensorSpanHelpers.
CalculateTotalLength
(lengths);
6908
nint newLength = TensorSpanHelpers.
CalculateTotalLength
(newLengths);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
62
public nint FlattenedLength => TensorSpanHelpers.
CalculateTotalLength
(Lengths);