Home
last modified time | relevance | path

Searched refs:check_bias (Results 1 – 7 of 7) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/matmul/
H A Dgemm_f32_matmul.cpp44 auto check_bias = [&]() -> bool { in init() local
52 && dst_md()->data_type == dst_type && check_bias() in init()
H A Dgemm_bf16_matmul.cpp46 auto check_bias = [&]() -> bool { in init() local
56 && platform::has_data_type_support(data_type::bf16) && check_bias() in init()
H A Dgemm_x8s8s32x_matmul.cpp61 auto check_bias = [&]() -> bool { in init() local
92 && dst_md()->data_type == dst_type && check_bias() in init()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/matmul/
H A Dgemm_f32_matmul.cpp44 auto check_bias = [&]() -> bool { in init() local
52 && dst_md()->data_type == dst_type && check_bias() in init()
H A Dgemm_bf16_matmul.cpp46 auto check_bias = [&]() -> bool { in init() local
56 && platform::has_data_type_support(data_type::bf16) && check_bias() in init()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/matmul/
H A Dbrgemm_matmul.cpp54 auto check_bias = [&]() -> bool { in init() local
77 && check_attr_oscale() && check_attr_zero_points() && check_bias(); in init()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/matmul/
H A Dbrgemm_matmul.cpp55 auto check_bias = [&]() -> bool { in init() local
83 && check_attr_oscale() && check_attr_zero_points() && check_bias(); in init()