Contents

BNNSFilterApplyTwoInput(_:_:_:_:)

Applies a filter to a pair of inputs, writing the result to a specified output.

Declaration

func BNNSFilterApplyTwoInput(_ filter: BNNSFilter?, _ inA: UnsafeRawPointer, _ inB: UnsafeRawPointer, _ out: UnsafeMutableRawPointer) -> Int32

Parameters

  • filter:

    The filter to apply.

  • inA:

    Pointer to the first input data.

  • inB:

    Pointer to the second input data.

  • out:

    Pointer to the output data.

See Also

Forward Propagation Functions