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

# min(y:)

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

## Declaration

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

## Parameters

- `y`: The y in min(self, y).
