Function: float16_to_float
C Prototype |
float aclFloat16ToFloat(aclFloat16 value) |
|---|---|
Python Function |
output = acl.float16_to_float(value) |
Function Usage |
Converts data of the aclFloat16 type to data of the float32 type. |
Input Description |
value: int, data to be converted. Its value is of the aclFloat16 type. |
Return Value |
output: float. |
Restrictions |
None |
Parent topic: Common APIs