init(inputA:inputB:inputC:output:fusedLayerParameters:filterParameters:)
Creates a new fused layer from an array of layer parameters, where the first layer accepts three inputs.
Declaration
convenience init?(inputA: BNNSNDArrayDescriptor, inputB: BNNSNDArrayDescriptor, inputC: BNNSNDArrayDescriptor, output: BNNSNDArrayDescriptor, fusedLayerParameters: [any FusableLayerParameters], filterParameters: BNNSFilterParameters? = nil)Parameters
- inputA:
The descriptor of the first input.
- inputB:
The descriptor of the second input.
- inputC:
The descriptor of the third input.
- output:
The descriptor of the output.
- fusedLayerParameters:
An array that contains the parameters of the fused layers.
- filterParameters:
The runtime filter parameters.