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)
1405nint tempLinear = TensorPrimitives.Product(newLengths); 1478nint tempLinear = TensorPrimitives.Product(newLengths); 1555nint tempLinear = TensorPrimitives.Product(newLengths); 1604nint 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)
1783destination = TensorPrimitives.Product(x);