Contents

init(in:in_type:out:out_type:)

Returns a new arithmetic structure that takes a single input from the specified parameters.

Declaration

init(in: BNNSNDArrayDescriptor, in_type: BNNSDescriptorType, out: BNNSNDArrayDescriptor, out_type: BNNSDescriptorType)

Parameters

  • in:

    The descriptor of the input.

  • in_type:

    The descriptor type of the input.

  • out:

    The descriptor of the output.

  • out_type:

    The descriptor type of the output.

Discussion

See Also

Creating an Arithmetic Structure