7 references to Product
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
31
_length = TensorPrimitives.
Product
(tensor.Lengths[..dimension]);
System\Numerics\Tensors\netcore\Tensor.cs (4)
1350
nint tempLinear = TensorPrimitives.
Product
(newLengths);
1423
nint tempLinear = TensorPrimitives.
Product
(newLengths);
1500
nint tempLinear = TensorPrimitives.
Product
(newLengths);
1549
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)
1731
destination = TensorPrimitives.
Product
(x);