Intel® Math Kernel Library 2019 Developer Reference - C

dnnConversionExecute

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.

Syntax

dnnError_t dnnConversionExecute_F32 (dnnPrimitive_t conversion, void *from, void *to);

dnnError_t dnnConversionExecute_F64 (dnnPrimitive_t conversion, void *from, void *to);

Include Files

Input Parameters

conversion

The description of the conversion operation to perform.

from

Pointer to the input.

Output Parameters

to

Pointer to the output.

Description

Each dnnConversionExecute function performs a conversion operation.