---
title: "reductionMinimumPropagateNaN(with:axis:name:)"
framework: metalperformanceshadersgraph
role: symbol
role_heading: Instance Method
path: "metalperformanceshadersgraph/mpsgraph/reductionminimumpropagatenan(with:axis:name:)"
---

# reductionMinimumPropagateNaN(with:axis:name:)

Creates a reduction min propagate NaN operation and returns the result tensor.

## Declaration

```swift
func reductionMinimumPropagateNaN(with tensor: MPSGraphTensor, axis: Int, name: String?) -> MPSGraphTensor
```

## Parameters

- `tensor`: Input tensor
- `axis`: Axis of reduction
- `name`: Name for the operation

## Return Value

Return Value A valid MPSGraphTensor object.
