Home
last modified time | relevance | path

Searched refs:dnnl_fpmath_mode_t (Results 1 – 9 of 9) sorted by relevance

/dports/math/onednn/oneDNN-2.5.1/tests/gtests/internals/
H A Dtest_env_vars_onednn.cpp101 dnnl_fpmath_mode_t got_val; in TEST()
108 dnnl_fpmath_mode_t func_got_val; in TEST()
H A Dtest_env_vars_dnnl.cpp101 dnnl_fpmath_mode_t got_val; in TEST()
108 dnnl_fpmath_mode_t func_got_val; in TEST()
/dports/math/onednn/oneDNN-2.5.1/src/common/
H A Dfpmath_mode.cpp68 dnnl_status_t dnnl_set_default_fpmath_mode(dnnl_fpmath_mode_t mode) { in dnnl_set_default_fpmath_mode()
75 dnnl_status_t dnnl_get_default_fpmath_mode(dnnl_fpmath_mode_t *mode) { in dnnl_get_default_fpmath_mode()
H A Ddnnl_debug_autogenerated.cpp1183 const char *dnnl_fpmath_mode2str(dnnl_fpmath_mode_t v) { in dnnl_fpmath_mode2str()
H A Dc_types_map.hpp155 using fpmath_mode_t = dnnl_fpmath_mode_t;
/dports/math/onednn/oneDNN-2.5.1/include/oneapi/dnnl/
H A Ddnnl_debug.h44 const char DNNL_API *dnnl_fpmath_mode2str(dnnl_fpmath_mode_t v);
H A Ddnnl.h310 const_dnnl_primitive_attr_t attr, dnnl_fpmath_mode_t *mode);
323 dnnl_primitive_attr_t attr, dnnl_fpmath_mode_t mode);
3517 dnnl_status_t DNNL_API dnnl_get_default_fpmath_mode(dnnl_fpmath_mode_t *mode);
3529 dnnl_status_t DNNL_API dnnl_set_default_fpmath_mode(dnnl_fpmath_mode_t mode);
H A Ddnnl_types.h2536 } dnnl_fpmath_mode_t; typedef
H A Ddnnl.hpp416 inline dnnl_fpmath_mode_t convert_to_c(fpmath_mode mode) { in convert_to_c()
417 return static_cast<dnnl_fpmath_mode_t>(mode); in convert_to_c()
3320 dnnl_fpmath_mode_t result; in get_fpmath_mode()
11348 dnnl_fpmath_mode_t mode; in get_default_fpmath_mode()