init(weights:bias:)
Returns a new fused dequantization parameters structure.
Declaration
init(weights: BNNSNDArrayDescriptor, bias: BNNSNDArrayDescriptor?)Parameters
- weights:
The descriptor of the weights.
- bias:
The descriptor of the bias.
Returns a new fused dequantization parameters structure.
init(weights: BNNSNDArrayDescriptor, bias: BNNSNDArrayDescriptor?)The descriptor of the weights.
The descriptor of the bias.