Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7297 Discusiones

Parameter order is wrong for dnnLayoutDeserialize

Tao_L_Intel
Empleados
1.017 Vistas

 

In this page: https://software.intel.com/en-us/mkl-developer-reference-c-2018-beta-dnnlayoutdeserialize

It is defined as: dnnError_t dnnLayoutDeserialize_F32(const void *buf, dnnLayout_t *pLayout);

but in mkl_dnn.h from mklml_lnx_2017.0.2.20170209, it is defined as: dnnError_t dnnLayoutDeserialize_F32(dnnLayout_t *pLayout, const void *buf);

The parameter order is opposite.

 

0 kudos
1 Responder
Gennady_F_Intel
Moderador
1.017 Vistas

thanks, this is documentation problem. We will fix this.

Responder