Intel® Math Kernel Library 2019 Developer Reference - C
Performs a conversion operation. Note: The Deep Neural Network (DNN) component in Intel MKL is deprecated and will be removed in a future release. You can continue to use optimized functions for deep neural networks through Intel Math Kernel Library for Deep Neural Networks.
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.