Floating-point Math Mode#
Overview#
// enums enum dnnl::fpmath_mode; // global functions dnnl_fpmath_mode_t dnnl::convert_to_c(fpmath_mode mode);
Detailed Documentation#
Global Functions#
dnnl_fpmath_mode_t dnnl::convert_to_c(fpmath_mode mode)
Converts an fpmath mode enum value from C++ API to C API type.
Parameters:
mode |
C++ API fpmath mode enum value. |
Returns:
Corresponding C API fpmath mode enum value.