Intel® Math Kernel Library 2018 Developer Reference - C
Performs a conversion operation.
dnnError_t dnnConversionExecute_F32 (dnnPrimitive_t conversion, void *from, void *to);
dnnError_t dnnConversionExecute_F64 (dnnPrimitive_t conversion, void *from, void *to);
conversion |
The description of the conversion operation to perform. |
from |
Pointer to the input. |
to |
Pointer to the output. |
Each dnnConversionExecute function performs a conversion operation.