Contents

copy(_:to:filterParameters:)

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

Declaration

static func copy(_ source: BNNSNDArrayDescriptor, to destination: BNNSNDArrayDescriptor, filterParameters: BNNSFilterParameters? = nil) throws

Parameters

  • source:

    The descriptor of the input.

  • destination:

    The descriptor of the output.

  • filterParameters:

    The filter runtime parameters.

See Also

Related Documentation

Utility functions