---
title: "pow(y:)"
framework: accelerate
role: symbol
role_heading: Instance Method
path: "accelerate/bnnsgraph/builder/tensor/pow(y:)"
---

# pow(y:)

Adds an element-wise power operation to the current graph.

## Declaration

```swift
func pow(y: some BNNSGraph.Builder.OperationParameter<T>) -> BNNSGraph.Builder.Tensor<T>
```

## Discussion

Discussion This function performs the operation pow(self, y). Parameter y: The  the exponent values.
