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)
1418nint tempLinear = TensorPrimitives.Product(newLengths); 1491nint tempLinear = TensorPrimitives.Product(newLengths); 1568nint tempLinear = TensorPrimitives.Product(newLengths); 1617nint 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);