---
title: "product(axes:keepDimensions:)"
framework: accelerate
role: symbol
role_heading: Instance Method
path: "accelerate/bnnsgraph/builder/tensor/product(axes:keepdimensions:)"
---

# product(axes:keepDimensions:)

Adds a product reduction operation along the given axis operation to the current graph.

## Declaration

```swift
func product(axes: [Int], keepDimensions: Bool) -> BNNSGraph.Builder.Tensor<T>
```

## Parameters

- `axes`: The axis over which the operation computes the product.
- `keepDimensions`: A Boolean value that specifies that the operation keeps the reduced dimension with a size of 1.
