Home
last modified time | relevance | path

Searched refs:d_sh_fp (Results 1 – 4 of 4) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/lnorm/
H A Dlnorm.cpp478 dnn_mem_t d_sh_fp(ss_md, fp, use_sh ? tag::x : tag::abx, test_engine); in doit() local
580 d_src_fp, d_ss_fp, d_sh_fp); in doit()
600 SAFE(cmp_sh.compare(d_sh_fp, d_sh_dt, prb->attr, res), WARN); in doit()
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/lnorm/
H A Dlnorm.cpp481 dnn_mem_t d_sh_fp(ss_md, fp, use_sh ? tag::x : tag::abx, test_engine); in doit() local
584 ss_fp, d_src_fp, d_ss_fp, d_sh_fp)); in doit()
604 SAFE(cmp_sh.compare(d_sh_fp, d_sh_dt, prb->attr, res), WARN); in doit()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/bnorm/
H A Dbnorm.cpp570 dnn_mem_t d_sh_fp(ss_md, fp, use_sh ? tag::x : tag::axb, test_engine); in doit() local
667 ws_fp, d_src_fp, d_ss_fp, d_sh_fp); in doit()
673 SAFE(compare(prb, SH, d_sh_fp, d_sh_dt, res), WARN); in doit()
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/bnorm/
H A Dbnorm.cpp573 dnn_mem_t d_sh_fp(ss_md, fp, use_sh ? tag::x : tag::axb, test_engine); in doit() local
670 sh_fp, ws_fp, d_src_fp, d_ss_fp, d_sh_fp)); in doit()
676 SAFE(compare(prb, SH, d_sh_fp, d_sh_dt, res), WARN); in doit()