|
Casting inputs from one type to another. More...
Functions | |
AFAPI af_err | af_cast (af_array *out, const af_array in, const af_dtype type) |
C Interface for casting an array from one type to another. More... | |
Casting inputs from one type to another.
C Interface for casting an array from one type to another.
[out] | out | will contain the values in the specified type |
[in] | in | is the input |
[in] | type | is the target data type af_dtype |