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