---
title: "init(weights:bias:)"
framework: accelerate
role: symbol
role_heading: Initializer
path: "accelerate/bnns/fusedfullyconnectedparameters/init(weights:bias:)"
---

# init(weights:bias:)

Returns a new fused dequantization parameters structure.

## Declaration

```swift
init(weights: BNNSNDArrayDescriptor, bias: BNNSNDArrayDescriptor?)
```

## Parameters

- `weights`: The descriptor of the weights.
- `bias`: The descriptor of the bias.
