7 references to Product
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
28
_length = TensorPrimitives.
Product
(tensor.Lengths[..dimension]);
System\Numerics\Tensors\netcore\Tensor.cs (4)
1418
nint tempLinear = TensorPrimitives.
Product
(newLengths);
1491
nint tempLinear = TensorPrimitives.
Product
(newLengths);
1568
nint tempLinear = TensorPrimitives.
Product
(newLengths);
1617
nint newSize = TensorPrimitives.
Product
(lengths);
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (1)
28
_length = TensorPrimitives.
Product
(tensor.Lengths[..dimension]);
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1783
destination = TensorPrimitives.
Product
(x);