Contents

floatToFloat16(_:)

Declaration

@backDeployed(before: macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0)
static func floatToFloat16<U>(_ source: U) -> [Float16] where U : AccelerateBuffer, U.Element == Float

See Also

Type Methods