Contents

BNNSCopy(_:_:_:)

Copies the contents of an n-dimensional array descriptor to another of the same shape.

Declaration

func BNNSCopy(_ dest: UnsafeMutablePointer<BNNSNDArrayDescriptor>, _ src: UnsafePointer<BNNSNDArrayDescriptor>, _ filter_params: UnsafePointer<BNNSFilterParameters>?) -> Int32

Parameters

  • dest:

    The descriptor of the desination.

  • src:

    The descriptor of the source.

  • filter_params:

    The filter runtime parameters.

See Also

Utility functions