Contents

convertElements(of:to:)

Converts 8-bit signed integers to single-precision values.

Declaration

static func convertElements<U, V>(of source: U, to destination: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Int8, V.Element == Float

Parameters

  • source:

    The source vector.

  • destination:

    On output, the source values converted to single-precision values.

See Also

Type Methods