init(in1:in1_type:in2:in2_type:out:out_type:)
Returns a new arithmetic structure that takes two inputs from the specified parameters.
Declaration
init(in1: BNNSNDArrayDescriptor, in1_type: BNNSDescriptorType, in2: BNNSNDArrayDescriptor, in2_type: BNNSDescriptorType, out: BNNSNDArrayDescriptor, out_type: BNNSDescriptorType)Parameters
- in1:
The descriptor of the first input.
- in1_type:
The descriptor type of the first input.
- in2:
The descriptor of the second input.
- in2_type:
The descriptor type of the second input.
- out:
The descriptor of the output.
- out_type:
The descriptor type of the output.