<!--
{
  "availability" : [
    "*: -",
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/BNNS/FusedBinaryArithmeticParameters/init(inputADescriptorType:inputBDescriptorType:outputDescriptorType:function:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate4BNNSO31FusedBinaryArithmeticParametersV20inputADescriptorType0g11BDescriptorI0016outputDescriptorI08functionAeC0lI0O_A2kC0eD8FunctionOtcfc"
  },
  "title" : "init(inputADescriptorType:inputBDescriptorType:outputDescriptorType:function:)"
}
-->

# init(inputADescriptorType:inputBDescriptorType:outputDescriptorType:function:)

Returns a new fused binary arithmetic parameters structure.

```
init(inputADescriptorType: BNNS.DescriptorType, inputBDescriptorType: BNNS.DescriptorType, outputDescriptorType: BNNS.DescriptorType, function: BNNS.ArithmeticBinaryFunction)
```

## Parameters

`inputADescriptorType`

The descriptor type of the first input.

`inputBDescriptorType`

The descriptor type of the second input.

`outputDescriptorType`

The descriptor type of the output.

`function`

The arithmetic function.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)