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)
1350nint tempLinear = TensorPrimitives.Product(newLengths); 1423nint tempLinear = TensorPrimitives.Product(newLengths); 1500nint tempLinear = TensorPrimitives.Product(newLengths); 1549nint 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)
1731destination = TensorPrimitives.Product(x);